|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of WorkItem in com.day.cq.collab.blog.antispam.process |
|---|
| Methods in com.day.cq.collab.blog.antispam.process with parameters of type WorkItem | |
|---|---|
void |
CheckSpamProcess.execute(WorkItem workItem,
WorkflowSession workflowSession)
|
| Uses of WorkItem in com.day.cq.collab.blog.search.process |
|---|
| Methods in com.day.cq.collab.blog.search.process with parameters of type WorkItem | |
|---|---|
void |
BlogSearchPingProcess.execute(WorkItem workItem,
WorkflowSession workflowSession)
|
| Uses of WorkItem in com.day.cq.dam.core |
|---|
| Methods in com.day.cq.dam.core with parameters of type WorkItem | |
|---|---|
protected Node |
AbstractAssetProcess.getNodeFromPayload(WorkItem item,
Session session)
|
| Uses of WorkItem in com.day.cq.dam.core.process |
|---|
| Methods in com.day.cq.dam.core.process with parameters of type WorkItem | |
|---|---|
void |
CreateSubAssetsProcess.execute(WorkItem workItem,
WorkflowSession workflowSession)
|
void |
CreateThumbnailProcess.execute(WorkItem workItem,
WorkflowSession workflowSession)
|
void |
DeleteAssetProcess.execute(WorkItem workItem,
WorkflowSession workflowSession)
|
void |
DeleteDamAssetProcess.execute(WorkItem workItem,
WorkflowSession workflowSession)
|
void |
ExtractMetadataProcess.execute(WorkItem workItem,
WorkflowSession workflowSession)
|
void |
SyncAssetProcess.execute(WorkItem workItem,
WorkflowSession workflowSession)
|
void |
CreateSubAssetsProcess.execute(WorkItem workItem,
WorkflowSession workflowSession,
String[] args)
|
void |
CreateThumbnailProcess.execute(WorkItem workItem,
WorkflowSession workflowSession,
String[] args)
|
void |
DeleteAssetProcess.execute(WorkItem workItem,
WorkflowSession workflowSession,
String[] strings)
|
void |
DeleteDamAssetProcess.execute(WorkItem workItem,
WorkflowSession workflowSession,
String[] args)
|
void |
ExtractMetadataProcess.execute(WorkItem workItem,
WorkflowSession workflowSession,
String[] strings)
|
void |
SyncAssetProcess.execute(WorkItem workItem,
WorkflowSession workflowSession,
String[] strings)
|
| Uses of WorkItem in com.day.cq.workflow |
|---|
| Methods in com.day.cq.workflow that return WorkItem | |
|---|---|
WorkItem[] |
WorkflowSession.getActiveWorkItems()
All s assigned to an active
Workflow instance and the respective user of the
WorkflowSession will be returned. |
WorkItem[] |
WorkflowSession.getAllWorkItems()
All s assigned to a Workflow
instance and assigned to the respective user of the
WorkflowSession will be returned. |
WorkItem |
WorkflowSession.getWorkItem(String id)
Returns the with the given ID assigned to
a Workflow instance, but only if the respective users
WorkflowSession} has access to it. |
| Methods in com.day.cq.workflow with parameters of type WorkItem | |
|---|---|
void |
WorkflowSession.complete(WorkItem item,
Route route)
Completes the for the assigned
instance and assign to the next
according to the given
. |
void |
WorkflowSession.delegateWorkItem(WorkItem item,
Authorizable participant)
Delegates the WorkItem to the specified
Authorizable. |
List<Route> |
WorkflowSession.getBackRoutes(WorkItem item)
All to all possible already passed
destinations will be returned. |
List<Authorizable> |
WorkflowSession.getDelegatees(WorkItem item)
Returns all delegatees as Authorizable who
are allowed to take over the WorkItem |
List<Route> |
WorkflowSession.getRoutes(WorkItem item)
All to all possible destinations will be
returned. |
| Uses of WorkItem in com.day.cq.workflow.event |
|---|
| Methods in com.day.cq.workflow.event with parameters of type WorkItem | |
|---|---|
void |
EventPublishUtil.publishDelegationEvent(Workflow instance,
Authorizable participant,
WorkItem item,
String user)
|
void |
EventPublishUtil.publishJobFailedEvent(WorkItem item,
String message)
|
void |
EventPublishUtil.publishNodeTransitionEvent(Workflow instance,
String fromNodeName,
String toNodeName,
WorkItem workitem,
String user)
|
void |
EventPublishUtil.publishResetTimeoutEvent(WorkItem item)
|
void |
EventPublishUtil.publishTimeoutEvent(WorkItem item)
|
| Uses of WorkItem in com.day.cq.workflow.exec |
|---|
| Methods in com.day.cq.workflow.exec that return WorkItem | |
|---|---|
WorkItem |
HistoryItem.getWorkItem()
Returns the corresponding WorkItem |
| Methods in com.day.cq.workflow.exec that return types with arguments of type WorkItem | |
|---|---|
List<WorkItem> |
Workflow.getWorkItems()
Returns the list of s assigned to the
Workflow instance. |
| Methods in com.day.cq.workflow.exec with parameters of type WorkItem | |
|---|---|
void |
JavaProcess.execute(WorkItem item,
WorkflowSession session)
Deprecated. |
void |
JavaProcessExt.execute(WorkItem item,
WorkflowSession session,
String[] args)
Executes a new Java process with the given
and . |
| Uses of WorkItem in com.day.cq.workflow.job |
|---|
| Constructors in com.day.cq.workflow.job with parameters of type WorkItem | |
|---|---|
TimeoutJob(WorkItem item,
String handler)
Creates a new WorkflowJob. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||