@AlfrescoPublicApi public class WorkflowInstance extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
boolean |
active
Deprecated.
|
NodeRef |
context
Deprecated.
|
WorkflowDefinition |
definition
Deprecated.
|
String |
description
Deprecated.
|
Date |
dueDate
Workflow Due Date
|
Date |
endDate
Deprecated.
|
String |
id
Deprecated.
|
NodeRef |
initiator
Deprecated.
|
Integer |
priority
Workflow priority
|
Date |
startDate
Deprecated.
|
NodeRef |
workflowPackage
Deprecated.
|
| Constructor and Description |
|---|
WorkflowInstance(String id,
WorkflowDefinition definition,
String description,
NodeRef initiator,
NodeRef workflowPackage,
NodeRef context,
boolean active,
Date startDate,
Date endDate) |
| Modifier and Type | Method and Description |
|---|---|
NodeRef |
getContext() |
WorkflowDefinition |
getDefinition() |
String |
getDescription() |
Date |
getDueDate() |
Date |
getEndDate() |
String |
getId() |
NodeRef |
getInitiator() |
Integer |
getPriority() |
static long |
getSerialversionuid() |
Date |
getStartDate() |
NodeRef |
getWorkflowPackage() |
boolean |
isActive() |
String |
toString() |
@Deprecated public String id
@Deprecated public String description
@Deprecated public boolean active
@Deprecated public NodeRef initiator
public Integer priority
@Deprecated public Date startDate
public Date dueDate
@Deprecated public Date endDate
@Deprecated public NodeRef workflowPackage
@Deprecated public NodeRef context
@Deprecated public WorkflowDefinition definition
public static long getSerialversionuid()
public String getId()
public String getDescription()
public boolean isActive()
public NodeRef getInitiator()
public Integer getPriority()
public Date getStartDate()
public Date getDueDate()
public Date getEndDate()
public NodeRef getWorkflowPackage()
public NodeRef getContext()
public WorkflowDefinition getDefinition()
Copyright © 2005–2021 Alfresco Software. All rights reserved.