Package com.orchestranetworks.workflow
Class PublicationMetadata
java.lang.Object
com.orchestranetworks.workflow.PublicationMetadata
Represents the metadata of a published workflow process.
- Since:
- 6.2.2
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumEnum representing various action permission names used in the workflow process.static enumEnum representing various notification events in the workflow process.static classBuilder class for constructing instances ofPublicationMetadata. -
Method Summary
Modifier and TypeMethodDescriptionReturns the action permissions for this publication.Returns the bean name for action permissions.com.onwbp.base.text.bean.LabelDescriptionReturns the documentation for the publication.Returns the module name of the publication.Returns the profile list for notification event types.Returns the key of the published process.Returns the WorkflowTriggerBean class name.Retrieves the links associated with the workflow steps.Returns the metadata for workflow steps.
-
Method Details
-
getWfTriggerBean
Returns the WorkflowTriggerBean class name.- Returns:
- The class name of the workflow trigger bean.
-
getPublishedProcessKey
Returns the key of the published process.- Returns:
- The
PublishedProcessKeyof the published process.
-
getModuleName
Returns the module name of the publication.- Returns:
- The module name.
-
getActionPermissions
Returns the action permissions for this publication.- Returns:
- A map of
PublicationMetadata.ActionPermissionNametoProfile. - See Also:
-
getActionPermissionsBean
Returns the bean name for action permissions.- Returns:
- The action permissions bean name.
-
getWorkflowStepMetadata
Returns the metadata for workflow steps.WorkflowStepMetadata.WorkflowLinkcan be used to link steps together using step identifiers.- Returns:
- A map of step identifiers to
WorkflowStepMetadata.
-
getWorkflowStepLinks
Retrieves the links associated with the workflow steps. These links can be used to connect workflow steps by referring to their identifiers.- Returns:
- A set of
WorkflowStepMetadata.WorkflowLinkrepresenting the links between workflow steps.
-
getNotificationProfiles
Returns the profile list for notification event types.- Returns:
- A map of
PublicationMetadata.NotificationEventto a list of notification profile names.
-
getDocumentation
public com.onwbp.base.text.bean.LabelDescription getDocumentation()Returns the documentation for the publication.- Returns:
- The
LabelDescriptioncontaining the label and description of the publication.
-