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 class
IApplicationPublication.Type
The type of the application publication.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getName()
Returns the name of the publication.Publication
getPublication()
Returns the publication model instance.IApplicationPublication.Type
getType()
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
-
-