Class CmsWorkflow

java.lang.Object
org.opencms.ade.publish.shared.CmsWorkflow
All Implemented Interfaces:
com.google.gwt.user.client.rpc.IsSerializable

public class CmsWorkflow extends Object implements com.google.gwt.user.client.rpc.IsSerializable
A bean which represents a possible workflow, containing an identifier, a user-readable name and a list of workflow actions.

  • Constructor Details

    • CmsWorkflow

      public CmsWorkflow(String id, String niceName, List<CmsWorkflowAction> actions)
      Creates a new workflow bean instance.

      Parameters:
      id - the identifier for the workflow type
      niceName - the nice name for the workflow which is displayed to the user
      actions - the actions which are possible in this workflow
    • CmsWorkflow

      protected CmsWorkflow()
      Constructor. For serialization only.

  • Method Details