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 PublishStateIApplicationEvent. getPublishState()Returns the current application publish state.PublishStateIApplicationManager. getPublishState(IApplication application)Returns the application publish state for the provided application.PublishStateIApplicationManager. publish(IApplication application, PublishKind kind, ExecutionContext context, org.eclipse.core.runtime.IProgressMonitor monitor)Publishes the application with the provided publish kind.static PublishStatePublishState. 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 PublishStateIApplicationProvisionDelegate. getPublishState(IApplication application)Returns the application publish state for the provided application.PublishStateIApplicationBehaviourDelegate. 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 voidIApplicationProvisionNotifier. 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 PublishStateIApplicationUiSupport. 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.
-