Interface IApplicationPublication
-
- All Superinterfaces:
org.eclipse.core.runtime.IAdaptable,IUrlAccess
public interface IApplicationPublication extends IUrlAccess, org.eclipse.core.runtime.IAdaptable
The infobase web server publication application artifact.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classIApplicationPublication.TypeThe type of the application publication.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetName()Returns the name of the publication.PublicationgetPublication()Returns the publication model instance.IApplicationPublication.TypegetType()Returns the type of the application publication.-
Methods inherited from interface com.e1c.g5.dt.applications.IUrlAccess
getApplication, getId, getUrl
-
-
-
-
Method Detail
-
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
-
-