Class WorkflowInstance
java.lang.Object
org.alfresco.service.cmr.workflow.WorkflowInstance
- All Implemented Interfaces:
Serializable
Workflow Instance Data Object
Represents an "in-flight" workflow.
- Author:
- davidc
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionbooleanDeprecated.Deprecated.Deprecated.Deprecated.Workflow Due DateDeprecated.Deprecated.Deprecated.Workflow priorityDeprecated.Deprecated. -
Constructor Summary
ConstructorsConstructorDescriptionWorkflowInstance(String id, WorkflowDefinition definition, String description, NodeRef initiator, NodeRef workflowPackage, NodeRef context, boolean active, Date startDate, Date endDate) -
Method Summary
-
Field Details
-
id
Deprecated.Workflow Instance unique id -
description
Deprecated.Workflow Instance description -
active
Deprecated.Is this Workflow instance still "in-flight" or has it completed? -
initiator
Deprecated.Initiator (cm:person) - null if System initiated -
priority
Workflow priority -
startDate
Deprecated.Workflow Start Date -
dueDate
Workflow Due Date -
endDate
Deprecated.Workflow End Date -
workflowPackage
Deprecated.Workflow Package -
context
Deprecated.Workflow Context -
definition
Deprecated.Workflow Definition
-
-
Constructor Details
-
WorkflowInstance
-
-
Method Details
-
getSerialversionuid
public static long getSerialversionuid()- Returns:
- the serialversionuid
-
getId
- Returns:
- the id
-
getDescription
- Returns:
- the description
-
isActive
public boolean isActive()- Returns:
- the active
-
getInitiator
- Returns:
- the initiator
-
getPriority
- Returns:
- the priority, null if there is no priority set
-
getStartDate
- Returns:
- the startDate
-
getDueDate
- Returns:
- the dueDate
-
getEndDate
- Returns:
- the endDate
-
getWorkflowPackage
- Returns:
- the workflowPackage
-
getContext
- Returns:
- the context
-
getDefinition
- Returns:
- the definition
-
toString
-