|
Liferay 7.0-ce-b4 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use WorkflowInstance | |
|---|---|
| com.liferay.portal.kernel.workflow | |
| com.liferay.portal.kernel.workflow.comparator | |
| Uses of WorkflowInstance in com.liferay.portal.kernel.workflow |
|---|
| Classes in com.liferay.portal.kernel.workflow that implement WorkflowInstance | |
|---|---|
class |
DefaultWorkflowInstance
|
| Methods in com.liferay.portal.kernel.workflow that return WorkflowInstance | |
|---|---|
WorkflowInstance |
WorkflowInstance.getParentWorkflowInstance()
|
WorkflowInstance |
DefaultWorkflowInstance.getParentWorkflowInstance()
|
WorkflowInstance |
WorkflowInstanceManager.getWorkflowInstance(long companyId,
long workflowInstanceId)
|
static WorkflowInstance |
WorkflowInstanceManagerUtil.getWorkflowInstance(long companyId,
long workflowInstanceId)
|
WorkflowInstance |
WorkflowInstanceManager.signalWorkflowInstance(long companyId,
long userId,
long workflowInstanceId,
String transitionName,
Map<String,Serializable> workflowContext)
|
static WorkflowInstance |
WorkflowInstanceManagerUtil.signalWorkflowInstance(long companyId,
long userId,
long workflowInstanceId,
String transitionName,
Map<String,Serializable> workflowContext)
|
WorkflowInstance |
WorkflowInstanceManager.startWorkflowInstance(long companyId,
long groupId,
long userId,
String workflowDefinitionName,
Integer workflowDefinitionVersion,
String transitionName,
Map<String,Serializable> workflowContext)
|
static WorkflowInstance |
WorkflowInstanceManagerUtil.startWorkflowInstance(long companyId,
long groupId,
long userId,
String workflowDefinitionName,
Integer workflowDefinitionVersion,
String transitionName,
Map<String,Serializable> workflowContext)
|
WorkflowInstance |
WorkflowInstanceManager.updateWorkflowContext(long companyId,
long workflowInstanceId,
Map<String,Serializable> workflowContext)
|
static WorkflowInstance |
WorkflowInstanceManagerUtil.updateWorkflowContext(long companyId,
long workflowInstanceId,
Map<String,Serializable> workflowContext)
|
| Methods in com.liferay.portal.kernel.workflow that return types with arguments of type WorkflowInstance | |
|---|---|
List<WorkflowInstance> |
WorkflowInstance.getChildrenWorkflowInstances()
|
List<WorkflowInstance> |
DefaultWorkflowInstance.getChildrenWorkflowInstances()
|
List<WorkflowInstance> |
WorkflowInstanceManager.getWorkflowInstances(long companyId,
Long userId,
String[] assetClassNames,
Boolean completed,
int start,
int end,
OrderByComparator<WorkflowInstance> orderByComparator)
|
static List<WorkflowInstance> |
WorkflowInstanceManagerUtil.getWorkflowInstances(long companyId,
Long userId,
String[] assetClassNames,
Boolean completed,
int start,
int end,
OrderByComparator<WorkflowInstance> orderByComparator)
|
List<WorkflowInstance> |
WorkflowInstanceManager.getWorkflowInstances(long companyId,
Long userId,
String assetClassName,
Long assetClassPK,
Boolean completed,
int start,
int end,
OrderByComparator<WorkflowInstance> orderByComparator)
|
static List<WorkflowInstance> |
WorkflowInstanceManagerUtil.getWorkflowInstances(long companyId,
Long userId,
String assetClassName,
Long assetClassPK,
Boolean completed,
int start,
int end,
OrderByComparator<WorkflowInstance> orderByComparator)
|
List<WorkflowInstance> |
WorkflowInstanceManager.getWorkflowInstances(long companyId,
String workflowDefinitionName,
Integer workflowDefinitionVersion,
Boolean completed,
int start,
int end,
OrderByComparator<WorkflowInstance> orderByComparator)
|
static List<WorkflowInstance> |
WorkflowInstanceManagerUtil.getWorkflowInstances(long companyId,
String workflowDefinitionName,
Integer workflowDefinitionVersion,
Boolean completed,
int start,
int end,
OrderByComparator<WorkflowInstance> orderByComparator)
|
List<WorkflowInstance> |
WorkflowInstanceManager.search(long companyId,
Long userId,
String assetType,
String nodeName,
String kaleoDefinitionName,
Boolean completed,
int start,
int end,
OrderByComparator<WorkflowInstance> orderByComparator)
|
static List<WorkflowInstance> |
WorkflowInstanceManagerUtil.search(long companyId,
Long userId,
String assetType,
String nodeName,
String kaleoDefinitionName,
Boolean completed,
int start,
int end,
OrderByComparator<WorkflowInstance> orderByComparator)
|
| Methods in com.liferay.portal.kernel.workflow with parameters of type WorkflowInstance | |
|---|---|
void |
WorkflowInstance.addChildWorkflowInstance(WorkflowInstance childWorkflowInstance)
|
void |
DefaultWorkflowInstance.addChildWorkflowInstance(WorkflowInstance childWorkflowInstance)
|
void |
WorkflowInstance.setParentWorkflowInstance(WorkflowInstance parentWorkflowInstance)
|
void |
DefaultWorkflowInstance.setParentWorkflowInstance(WorkflowInstance parentWorkflowInstance)
|
| Method parameters in com.liferay.portal.kernel.workflow with type arguments of type WorkflowInstance | |
|---|---|
List<WorkflowInstance> |
WorkflowInstanceManager.getWorkflowInstances(long companyId,
Long userId,
String[] assetClassNames,
Boolean completed,
int start,
int end,
OrderByComparator<WorkflowInstance> orderByComparator)
|
static List<WorkflowInstance> |
WorkflowInstanceManagerUtil.getWorkflowInstances(long companyId,
Long userId,
String[] assetClassNames,
Boolean completed,
int start,
int end,
OrderByComparator<WorkflowInstance> orderByComparator)
|
List<WorkflowInstance> |
WorkflowInstanceManager.getWorkflowInstances(long companyId,
Long userId,
String assetClassName,
Long assetClassPK,
Boolean completed,
int start,
int end,
OrderByComparator<WorkflowInstance> orderByComparator)
|
static List<WorkflowInstance> |
WorkflowInstanceManagerUtil.getWorkflowInstances(long companyId,
Long userId,
String assetClassName,
Long assetClassPK,
Boolean completed,
int start,
int end,
OrderByComparator<WorkflowInstance> orderByComparator)
|
List<WorkflowInstance> |
WorkflowInstanceManager.getWorkflowInstances(long companyId,
String workflowDefinitionName,
Integer workflowDefinitionVersion,
Boolean completed,
int start,
int end,
OrderByComparator<WorkflowInstance> orderByComparator)
|
static List<WorkflowInstance> |
WorkflowInstanceManagerUtil.getWorkflowInstances(long companyId,
String workflowDefinitionName,
Integer workflowDefinitionVersion,
Boolean completed,
int start,
int end,
OrderByComparator<WorkflowInstance> orderByComparator)
|
List<WorkflowInstance> |
WorkflowInstanceManager.search(long companyId,
Long userId,
String assetType,
String nodeName,
String kaleoDefinitionName,
Boolean completed,
int start,
int end,
OrderByComparator<WorkflowInstance> orderByComparator)
|
static List<WorkflowInstance> |
WorkflowInstanceManagerUtil.search(long companyId,
Long userId,
String assetType,
String nodeName,
String kaleoDefinitionName,
Boolean completed,
int start,
int end,
OrderByComparator<WorkflowInstance> orderByComparator)
|
void |
DefaultWorkflowInstance.setChildrenWorkflowInstances(List<WorkflowInstance> childrenWorkflowInstances)
|
| Uses of WorkflowInstance in com.liferay.portal.kernel.workflow.comparator |
|---|
| Methods in com.liferay.portal.kernel.workflow.comparator with parameters of type WorkflowInstance | |
|---|---|
int |
WorkflowInstanceCompletedComparator.compare(WorkflowInstance workflowInstance1,
WorkflowInstance workflowInstance2)
|
int |
WorkflowInstanceStartDateComparator.compare(WorkflowInstance workflowInstance1,
WorkflowInstance workflowInstance2)
|
int |
WorkflowInstanceEndDateComparator.compare(WorkflowInstance workflowInstance1,
WorkflowInstance workflowInstance2)
|
int |
WorkflowInstanceStateComparator.compare(WorkflowInstance workflowInstance1,
WorkflowInstance workflowInstance2)
|
|
Liferay 7.0-ce-b4 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||