Interface IApplicationPublication
- All Superinterfaces:
org.eclipse.core.runtime.IAdaptable
,IUrlAccess
- All Known Implementing Classes:
ApplicationPublication
The infobase web server publication application artifact.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic enum
The type of the application publication. -
Method Summary
Methods inherited from interface org.eclipse.core.runtime.IAdaptable
getAdapter
Methods inherited from interface com.e1c.g5.dt.applications.IUrlAccess
getApplication, getId, getUrl
-
Method Details
-
getName
String getName()Returns the name of the publication.- Returns:
- the name of the publication, never
null
-
getType
IApplicationPublication.Type getType()Returns the type of the application publication.- Returns:
- the type of the application publication, never
null
-
getPublication
Publication getPublication()Returns the publication model instance.- Returns:
- the publication model instance, never
null
-