void |
SaWFTask.addComment(java.lang.String comment,
int level) |
Adds a comment to the workflow.
|
void |
SaWFTaskImpl.addComment(java.lang.String commentString,
int level) |
Adds a comment to the workflow.
|
void |
SaWFTask.addHistory(java.lang.String description) |
Adds a history entry.
|
void |
SaWFTaskImpl.addHistory(java.lang.String descriptionString) |
Adds a history entry.
|
void |
SaWFTask.executeActivate() |
Set inactive process to active.
|
void |
SaWFTaskImpl.executeActivate() |
Set inactive process to active.
|
void |
SaWFTask.executeApprove(ActorInfo nextActor) |
Approve step.
|
void |
SaWFTaskImpl.executeApprove(ActorInfo nextActor) |
Approve step.
|
void |
SaWFTask.executeAssignToMe() |
Get task from absent user, the current user acts as substitute for.
|
void |
SaWFTaskImpl.executeAssignToMe() |
Get task from absent user, the current user acts as substitute for.
|
void |
SaWFTask.executeChangeOwner(ActorInfo newOwner) |
Change process owner.
|
void |
SaWFTaskImpl.executeChangeOwner(ActorInfo newOwner) |
Change process owner.
|
void |
SaWFTask.executeCommand(CommandInfo command,
java.lang.String definition,
ActorInfo nextActor,
java.lang.String comment,
java.util.Date escalationDate,
int activity) |
Performs the given command.
|
void |
SaWFTaskImpl.executeCommand(CommandInfo command,
java.lang.String processName,
ActorInfo nextActor,
java.lang.String commentString,
java.util.Date escalationDate,
int activity) |
Performs the given command.
|
void |
SaWFTask.executeDelegate(ActorInfo delegatee) |
Delegate to user.
|
void |
SaWFTaskImpl.executeDelegate(ActorInfo delegatee) |
Delegate to user.
|
void |
SaWFTask.executeEscalation(java.util.Date escalationDate) |
Escalate step.
|
void |
SaWFTaskImpl.executeEscalation(java.util.Date escalationDate) |
Escalate step.
|
void |
SaWFTask.executeForward(int transitionId,
ActorInfo nextActor) |
Forward step.
|
void |
SaWFTask.executeForward(int transitionId,
ActorInfo nextActor,
java.lang.String reason) |
Forward step.
|
void |
SaWFTaskImpl.executeForward(int transitionId,
ActorInfo nextActor) |
Forward step.
|
void |
SaWFTaskImpl.executeForward(int transitionId,
ActorInfo nextActor,
java.lang.String reason) |
Forward step.
|
void |
SaWFTask.executeHold(java.util.Date holdDate) |
Set step to hold.
|
void |
SaWFTaskImpl.executeHold(java.util.Date holdDate) |
Set step to hold.
|
void |
SaWFTask.executeInactivate() |
Set step to inactive.
|
void |
SaWFTaskImpl.executeInactivate() |
Set step to inactive.
|
void |
SaWFTask.executeNotResponsible(java.lang.String comment) |
Not responsible for this step.
|
void |
SaWFTaskImpl.executeNotResponsible(java.lang.String commentString) |
Not responsible for this step.
|
void |
SaWFTask.executePutBack() |
Put step back to inbox.
|
void |
SaWFTaskImpl.executePutBack() |
Put step back to inbox.
|
void |
SaWFTask.executeReassign() |
Reassign task to original user after it has been taken as a substitute.
|
void |
SaWFTaskImpl.executeReassign() |
Reassign task to original user after it has been taken as a substitute.
|
void |
SaWFTask.executeReject(ActorInfo nextActor) |
Reject step.
|
void |
SaWFTaskImpl.executeReject(ActorInfo nextActor) |
Reject step.
|
void |
SaWFTask.executeRemove(java.lang.String comment) |
Remove step.
|
void |
SaWFTaskImpl.executeRemove(java.lang.String removeComment) |
Remove step.
|
void |
SaWFTask.executeRemoveNotice() |
Remove notice.
|
void |
SaWFTaskImpl.executeRemoveNotice() |
Remove notice.
|
void |
SaWFTask.executeResetHold() |
Resets hold.
|
void |
SaWFTaskImpl.executeResetHold() |
Resets hold.
|
void |
SaWFTask.executeRework(ActorInfo nextActor) |
Rework step.
|
void |
SaWFTaskImpl.executeRework(ActorInfo nextActor) |
Rework step.
|
void |
SaWFTask.executeSetActivity(int activity) |
Set next activity.
|
void |
SaWFTaskImpl.executeSetActivity(int activity) |
Set next activity.
|
TaskInfo |
SaWFConnector.executeStartProcess(java.lang.String definition,
ActorInfo nextActor,
java.lang.String comment,
java.lang.String attachmentUID) |
Start new process.
|
TaskInfo |
SaWFConnectorImpl.executeStartProcess(java.lang.String definition,
ActorInfo nextActor,
java.lang.String comment,
java.lang.String attachmentUID) |
Start new process.
|
void |
SaWFTask.executeTake() |
Take step from task list.
|
void |
SaWFTaskImpl.executeTake() |
Take step from task list.
|
void |
SaWFTask.executeTerminate() |
Terminate process.
|
void |
SaWFTaskImpl.executeTerminate() |
Terminate process.
|
java.io.InputStream |
SaWFTask.getAttachmentContent(int element) |
Reads the content of the attachment.
|
java.io.InputStream |
SaWFTaskImpl.getAttachmentContent(int element) |
Reads the content of the attachment.
|
CommandInfo[] |
SaWFTask.getCommandInfos() |
Reads all possible transitions for this task.
|
CommandInfo[] |
SaWFTask.getCommandInfos(boolean transitionsOnly) |
Reads all possible transitions and optional other possible commands for
this task.
|
CommandInfo[] |
SaWFTaskImpl.getCommandInfos() |
Reads all possible transitions for this task.
|
CommandInfo[] |
SaWFTaskImpl.getCommandInfos(boolean transitionsOnly) |
Reads all possible transitions and optional other possible commands for
this task.
|
CommentInfo[] |
SaWFTask.getComments() |
Reads the comments.
|
CommentInfo[] |
SaWFTaskImpl.getComments() |
Reads the comments.
|
java.util.List<HistoryInfo[]> |
SaWFConnector.getDocHistories(java.lang.String documentHdoc) |
Gets the document's process histories.
|
java.util.List<HistoryInfo[]> |
SaWFConnectorImpl.getDocHistories(java.lang.String documentHdoc) |
Gets the document's process histories.
|
java.util.List<java.lang.String> |
SaWFConnector.getDocHistoriesXML(java.lang.String documentHdoc) |
Gets the document's process histories as XML.
|
java.util.List<java.lang.String> |
SaWFConnector.getDocHistoriesXML(java.lang.String documentHdoc,
java.lang.String language) |
Gets the document's process histories as XML.
|
java.util.List<java.lang.String> |
SaWFConnectorImpl.getDocHistoriesXML(java.lang.String documentHdoc) |
Gets the document's process histories as XML.
|
java.util.List<java.lang.String> |
SaWFConnectorImpl.getDocHistoriesXML(java.lang.String documentHdoc,
java.lang.String language) |
Gets the document's process histories as XML.
|
java.util.List<java.lang.String> |
SaWFConnector.getDocHistoriesXML2(java.lang.String documentHdoc,
java.lang.String language) |
Gets the the second variant of document's process histories as XML.
|
java.util.List<java.lang.String> |
SaWFConnector.getDocHistoriesXML2(java.lang.String documentHdoc,
java.lang.String language,
boolean isAscending) |
Gets the the second variant of document's process histories as XML with ascending/descending
switch.
|
java.util.List<java.lang.String> |
SaWFConnectorImpl.getDocHistoriesXML2(java.lang.String documentHdoc,
java.lang.String language) |
Gets the the second variant of document's process histories as XML.
|
java.util.List<java.lang.String> |
SaWFConnectorImpl.getDocHistoriesXML2(java.lang.String documentHdoc,
java.lang.String language,
boolean isAscending) |
Gets the the second variant of document's process histories as XML with ascending/descending
switch.
|
HistoryInfo[] |
SaWFTask.getHistory() |
Reads the process history.
|
HistoryInfo[] |
SaWFTaskImpl.getHistory() |
Reads the process history.
|
java.lang.String |
SaWFTask.getHistoryXML() |
Reads the process history as XML.
|
java.lang.String |
SaWFTask.getHistoryXML(java.lang.String language) |
Reads the process history as XML.
|
java.lang.String |
SaWFTaskImpl.getHistoryXML() |
Reads the process history as XML.
|
java.lang.String |
SaWFTaskImpl.getHistoryXML(java.lang.String language) |
Reads the process history as XML.
|
java.lang.String |
SaWFTask.getHistoryXML2(java.lang.String language) |
Reads the second variant of process history as XML.
|
java.lang.String |
SaWFTask.getHistoryXML2(java.lang.String language,
boolean isAscending) |
Reads the second variant of process history as XML with ascending /
descending switch.
|
java.lang.String |
SaWFTaskImpl.getHistoryXML2(java.lang.String language) |
Reads the second variant of process history as XML.
|
java.lang.String |
SaWFTaskImpl.getHistoryXML2(java.lang.String language,
boolean isAscending) |
Reads the second variant of process history as XML with ascending /
descending switch.
|
SaWFTask |
SaWFConnector.getParentTask(java.lang.String taskId) |
Get parent task direct by ID.
|
SaWFTask |
SaWFConnectorImpl.getParentTask(java.lang.String taskId) |
Get parent task direct by ID.
|
java.util.List<java.lang.String> |
SaWFConnector.getProcessDefinitions() |
Reads all available process definitions.
|
java.util.List<ProcessDefinitionDescriptor> |
SaWFConnector.getProcessDefinitions(java.lang.String ddcName) |
Returns the process definitions that are allowed to be used for documents contained
in the specified DDC.
|
java.util.List<java.lang.String> |
SaWFConnectorImpl.getProcessDefinitions() |
Reads all available process definitions.
|
java.util.List<ProcessDefinitionDescriptor> |
SaWFConnectorImpl.getProcessDefinitions(java.lang.String ddcName) |
Returns the process definitions that are allowed to be used for documents contained
in the specified DDC.
|
boolean |
SaWFTask.getSync() |
Reads the sync status.
|
boolean |
SaWFTaskImpl.getSync() |
Reads the sync status.
|
SaWFTask |
SaWFConnector.getTask(TaskInfo taskInfo) |
Creates a task object from the given task information.
|
SaWFTask |
SaWFConnector.getTask(java.lang.String taskId) |
Get task direct by ID.
|
SaWFTask |
SaWFConnectorImpl.getTask(TaskInfo taskInfo) |
Creates a task object from the given task information.
|
SaWFTask |
SaWFConnectorImpl.getTask(java.lang.String taskId) |
Get task direct by ID.
|
TaskInfo |
SaWFTask.getTaskInfo() |
Reads the task info object of this task.
|
TaskInfo |
SaWFTaskImpl.getTaskInfo() |
Reads the task info object of this task.
|
boolean |
SaWFTask.getTrusted() |
Reads the trusted status.
|
boolean |
SaWFTaskImpl.getTrusted() |
Reads the trusted status.
|
int |
SaWFTask.getWorkingTime() |
|
int |
SaWFTaskImpl.getWorkingTime() |
SaPropertyValue[] |
SaWFTask.readAttachmentMetadata() |
Reads the metadata of the attachment.
|
SaPropertyValue[] |
SaWFTaskImpl.readAttachmentMetadata() |
Reads the metadata of the attachment.
|
TaskUserSelection |
SaWFTask.readSelectableUsersForTransition(int transition) |
|
TaskUserSelection |
SaWFTaskImpl.readSelectableUsersForTransition(int transition) |
|
void |
SaWFTask.setAlias(ActorInfo alias) |
Sets the actor to be used as alias for the next action.
|
void |
SaWFTaskImpl.setAlias(ActorInfo alias) |
Sets the actor to be used as alias for the next action.
|
void |
SaWFTask.setAliasActor(ActorInfo aliasActor) |
Deprecated.
|
void |
SaWFTaskImpl.setAliasActor(ActorInfo aliasActor) |
Sets the alias actor.
|
void |
SaWFTask.setSync(boolean isSync) |
Set sync parameter.
|
void |
SaWFTaskImpl.setSync(boolean isSync) |
Set sync parameter.
|
void |
SaWFTask.setTrusted(boolean isTrusted) |
Set trusted parameter.
|
void |
SaWFTaskImpl.setTrusted(boolean isTrusted) |
Set trusted parameter.
|
void |
SaWFTask.setWorkingTime(int workingTime) |
|
void |
SaWFTaskImpl.setWorkingTime(int time) |
SaSaveInfo |
SaWFTask.updateAttachment(java.util.Properties namevaluePairs,
java.io.InputStream[] content,
java.lang.String versionComment,
java.lang.String acls) |
Updates the attachment in the backend system with the given metadata,
acls and content.
|
SaSaveInfo |
SaWFTaskImpl.updateAttachment(java.util.Properties namevaluePairs,
java.io.InputStream[] content,
java.lang.String versionComment,
java.lang.String acls) |
Updates the attachment in the backend system with the given metadata,
acls and content.
|
void |
SaWFTask.updateTask(java.util.Properties values) |
Updates the user defined fields of this task.
|
void |
SaWFTaskImpl.updateTask(java.util.Properties values) |
Updates the user defined fields of this task.
|