org.alfresco.service.cmr.workflow
Class WorkflowInstance

java.lang.Object
  extended by org.alfresco.service.cmr.workflow.WorkflowInstance
All Implemented Interfaces:
java.io.Serializable

public class WorkflowInstance
extends java.lang.Object
implements java.io.Serializable

Workflow Instance Data Object Represents an "in-flight" workflow.

See Also:
Serialized Form

Field Summary
 boolean active
          Is this Workflow instance still "in-flight" or has it completed?
 NodeRef context
          Workflow Context
 WorkflowDefinition definition
          Workflow Definition
 java.lang.String description
          Workflow Instance description
 java.util.Date endDate
          Workflow End Date
 java.lang.String id
          Workflow Instance unique id
 NodeRef initiator
          Initiator (cm:person) - null if System initiated
 java.util.Date startDate
          Workflow Start Date
 NodeRef workflowPackage
          Workflow Package
 
Constructor Summary
WorkflowInstance()
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

id

public java.lang.String id
Workflow Instance unique id


description

public java.lang.String description
Workflow Instance description


active

public boolean active
Is this Workflow instance still "in-flight" or has it completed?


initiator

public NodeRef initiator
Initiator (cm:person) - null if System initiated


startDate

public java.util.Date startDate
Workflow Start Date


endDate

public java.util.Date endDate
Workflow End Date


workflowPackage

public NodeRef workflowPackage
Workflow Package


context

public NodeRef context
Workflow Context


definition

public WorkflowDefinition definition
Workflow Definition

Constructor Detail

WorkflowInstance

public WorkflowInstance()
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.