Uses of Class
com.e1c.g5.dt.applications.PublishState
-
Packages that use PublishState Package Description com.e1c.g5.dt.applications com.e1c.g5.dt.applications.contributors com.e1c.g5.dt.applications.ui -
-
Uses of PublishState in com.e1c.g5.dt.applications
Methods in com.e1c.g5.dt.applications that return PublishState Modifier and Type Method Description PublishState
IApplicationEvent. getPublishState()
Returns the current application publish state.PublishState
IApplicationManager. getPublishState(IApplication application)
Returns the application publish state for the provided application.PublishState
IApplicationManager. publish(IApplication application, PublishKind kind, ExecutionContext context, org.eclipse.core.runtime.IProgressMonitor monitor)
Publishes the application with the provided publish kind.static PublishState
PublishState. valueOf(String name)
Returns the enum constant of this type with the specified name.static PublishState[]
PublishState. values()
Returns an array containing the constants of this enum type, 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 PublishState Modifier and Type Method Description PublishState
IApplicationProvisionDelegate. getPublishState(IApplication application)
Returns the application publish state for the provided application.PublishState
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 PublishState Modifier and Type Method Description void
IApplicationProvisionNotifier. notifyPublishStateChange(IApplication application, PublishState state)
Notifies about the provided application publish state change. -
Uses of PublishState in com.e1c.g5.dt.applications.ui
Methods in com.e1c.g5.dt.applications.ui that return PublishState Modifier and Type Method Description PublishState
IApplicationUiSupport. ensureUpdated(org.eclipse.swt.widgets.Shell shell, IApplication application, PublishKind publishKind, ExecutionContext context, org.eclipse.core.runtime.IProgressMonitor monitor)
Checks application publish state and publishes application if needs.
-