Overview  Package   Class  Use  Tree  Deprecated  Index  Help 
PREV CLASS   NEXT CLASS FRAMES    NO FRAMES    All Classes
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD

org.alfresco.service.cmr.workflow
Class WorkflowInstance
java.lang.Object
  org.alfresco.service.cmr.workflow.WorkflowInstance
All Implemented Interfaces:
Serializable

@org.alfresco.api.AlfrescoPublicApi
public class WorkflowInstance
extends Object
implements Serializable
Workflow Instance Data Object Represents an "in-flight" workflow.
Author:
davidc
See Also:
Serialized Form

Field Summary
boolean
active
          Deprecated.
context
          Deprecated.
definition
          Deprecated.
description
          Deprecated.
dueDate
          Workflow Due Date
endDate
          Deprecated.
id
          Deprecated.
initiator
          Deprecated.
priority
          Workflow priority
startDate
          Deprecated.
workflowPackage
          Deprecated.
Constructor Summary
WorkflowInstance(String id, WorkflowDefinition definition, String description, NodeRef initiator, NodeRef workflowPackage, NodeRef context, boolean active, Date startDate, Date endDate)
Method Summary
getContext()
getDefinition()
getDescription()
getDueDate()
getEndDate()
getId()
getInitiator()
getPriority()
static long
getSerialversionuid()
getStartDate()
getWorkflowPackage()
boolean
isActive()
toString()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Field Detail
active
@Deprecated
public boolean active
Deprecated.
Is this Workflow instance still "in-flight" or has it completed?

context
@Deprecated
public NodeRef context
Deprecated.
Workflow Context

definition
@Deprecated
public WorkflowDefinition definition
Deprecated.
Workflow Definition

description
@Deprecated
public String description
Deprecated.
Workflow Instance description

dueDate
public Date dueDate
Workflow Due Date

endDate
@Deprecated
public Date endDate
Deprecated.
Workflow End Date

id
@Deprecated
public String id
Deprecated.
Workflow Instance unique id

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

priority
public Integer priority
Workflow priority

startDate
@Deprecated
public Date startDate
Deprecated.
Workflow Start Date

workflowPackage
@Deprecated
public NodeRef workflowPackage
Deprecated.
Workflow Package
Constructor Detail
WorkflowInstance
public WorkflowInstance(String id,
                        WorkflowDefinition definition,
                        String description,
                        NodeRef initiator,
                        NodeRef workflowPackage,
                        NodeRef context,
                        boolean active,
                        Date startDate,
                        Date endDate)
Method Detail
getSerialversionuid
public static long getSerialversionuid()
Returns:
the serialversionuid

getId
public String getId()
Returns:
the id

getDescription
public String getDescription()
Returns:
the description

isActive
public boolean isActive()
Returns:
the active

getInitiator
public NodeRef getInitiator()
Returns:
the initiator

getPriority
public Integer getPriority()
Returns:
the priority, null if there is no priority set

getStartDate
public Date getStartDate()
Returns:
the startDate

getDueDate
public Date getDueDate()
Returns:
the dueDate

getEndDate
public Date getEndDate()
Returns:
the endDate

getWorkflowPackage
public NodeRef getWorkflowPackage()
Returns:
the workflowPackage

getContext
public NodeRef getContext()
Returns:
the context

getDefinition
public WorkflowDefinition getDefinition()
Returns:
the definition

toString
public String toString()
Overrides:
toString in class Object

Overview  Package   Class  Use  Tree  Deprecated  Index  Help 
PREV CLASS   NEXT CLASS FRAMES    NO FRAMES    All Classes
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD

Copyright © 2005–2018 Alfresco Software. All rights reserved.

Java API documentation generated with DocFlex/Javadoc 1.6.1 using JavadocPro template set.