Uses of Enum Class
com.e1c.g5.dt.applications.PublishState
Packages that use PublishState
Package
Description
-
Uses of PublishState in com.e1c.g5.dt.applications
Methods in com.e1c.g5.dt.applications that return PublishStateModifier and TypeMethodDescriptionIApplicationEvent.getPublishState()
Returns the current application publish state.IApplicationManager.getPublishState
(IApplication application) Returns the application publish state for the provided application.IApplicationManager.publish
(IApplication application, PublishKind kind, ExecutionContext context, org.eclipse.core.runtime.IProgressMonitor monitor) Publishes the application with the provided publish kind.static PublishState
Returns the enum constant of this class with the specified name.static PublishState[]
PublishState.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of PublishState in com.e1c.g5.dt.applications.contributors
Methods in com.e1c.g5.dt.applications.contributors that return PublishStateModifier and TypeMethodDescriptionIApplicationProvisionDelegate.getPublishState
(IApplication application) Returns the application publish state for the provided application.IApplicationBehaviourDelegate.publish
(IApplication application, PublishKind kind, ExecutionContext context, org.eclipse.core.runtime.SubMonitor monitor) Publishes the application with the provided publish kind.Methods in com.e1c.g5.dt.applications.contributors with parameters of type PublishStateModifier and TypeMethodDescriptionvoid
IApplicationProvisionNotifier.notifyPublishStateChange
(IApplication application, PublishState state) Notifies about the provided application publish state change. -
Uses of PublishState in com.e1c.g5.dt.internal.applications
Methods in com.e1c.g5.dt.internal.applications that return PublishStateModifier and TypeMethodDescriptionApplicationEvent.getPublishState()
ApplicationManager.getPublishState
(IApplication application) ApplicationManager.publish
(IApplication application, PublishKind kind, ExecutionContext context, org.eclipse.core.runtime.IProgressMonitor monitor) Methods in com.e1c.g5.dt.internal.applications with parameters of type PublishStateModifier and TypeMethodDescriptionvoid
ApplicationManager.notifyPublishStateChange
(IApplication application, PublishState state) Constructors in com.e1c.g5.dt.internal.applications with parameters of type PublishStateModifierConstructorDescriptionApplicationEvent
(IApplication application, PublishState publishState) Constructs the event of the application publish state change. -
Uses of PublishState in com.e1c.g5.dt.internal.applications.infobases
Methods in com.e1c.g5.dt.internal.applications.infobases that return PublishStateModifier and TypeMethodDescriptionInfobaseApplicationProvisionDelegate.getPublishState
(IApplication application) -
Uses of PublishState in com.e1c.g5.dt.internal.applications.infobases.ui
Methods in com.e1c.g5.dt.internal.applications.infobases.ui that return PublishStateModifier and TypeMethodDescriptionInfobaseApplicationBehaviourDelegate.publish
(IApplication application, PublishKind kind, ExecutionContext context, org.eclipse.core.runtime.SubMonitor monitor) -
Uses of PublishState in com.e1c.g5.dt.internal.applications.wst
Methods in com.e1c.g5.dt.internal.applications.wst that return PublishStateModifier and TypeMethodDescriptionServerApplicationProvisionDelegate.getPublishState
(IApplication application) -
Uses of PublishState in com.e1c.g5.dt.internal.applications.wst.ui
Methods in com.e1c.g5.dt.internal.applications.wst.ui that return PublishStateModifier and TypeMethodDescriptionServerApplicationBehaviourDelegate.publish
(IApplication application, PublishKind kind, ExecutionContext context, org.eclipse.core.runtime.SubMonitor monitor)