Package | Description |
---|---|
com.saperion.connector |
This package contains the main classic connector classes.
|
com.saperion.connector.rmi |
Package for connector RMI client classes.
|
com.saperion.connector.wf |
This package contains the main classic workflow connector classes.
|
com.saperion.exception.wf |
This package contains the classes for the workflow exceptions.
|
com.saperion.util |
This package contains the utility classes for the LARIX RMI Server.
|
Modifier and Type | Method and Description |
---|---|
void |
SaClassicConnectorImpl.addComment(String comment,
String taskUID,
int level)
Adds a comment to the task.
|
void |
SaClassicConnectorImpl.addHistory(String description,
String taskUID)
Adds a history entry to the task.
|
String |
SaClassicConnectorImpl.executeCommand(ContextInfo contextInfo)
Performs the given command.
|
List<CommentInfo> |
SaClassicConnectorImpl.getCommentInfos(String taskId)
Reads the comments for the given task.
|
List<List<HistoryInfo>> |
SaClassicConnectorImpl.getCompleteHistoryInfos(String docId)
Reads the history and comments for the given document.
|
List<HistoryInfo> |
SaClassicConnectorImpl.getHistoryInfos(String taskId)
Reads the history for the given task.
|
List<String> |
SaClassicConnectorImpl.getWorkflowDefinitions()
Reads all available workflow definitions.
|
List<ProcessDefinitionDescriptor> |
SaClassicConnectorImpl.getWorkflowDefinitions(String ddcName)
Returns the workflow definitions that are allowed to be used for documents contained
in the specified DDC.
|
Map<String,String> |
SaClassicConnectorImpl.loadLocalize(String language)
Load localize.
|
Modifier and Type | Method and Description |
---|---|
void |
SaRMIClientCommand.addComment(String comment,
String taskUID,
int level) |
void |
AbstractWfRMIClientCommand.addComment(String comment,
String taskUID,
int level) |
void |
SaRMIClientCommand.addHistory(String description,
String taskUID) |
void |
AbstractWfRMIClientCommand.addHistory(String description,
String taskUID) |
String |
SaRMIClientCommand.executeCommand(ContextInfo contextInfo)
Performs the given command.
|
String |
AbstractWfRMIClientCommand.executeCommand(ContextInfo contextInfo)
Performs the given command.
|
List<CommentInfo> |
SaRMIClientCommand.getCommentInfos(String taskUID)
Reads the comments for the given task.
|
List<CommentInfo> |
AbstractWfRMIClientCommand.getCommentInfos(String taskUID)
Reads the comments for the given task.
|
List<List<HistoryInfo>> |
SaRMIClientCommand.getCompleteHistoryInfos(String docUID)
Reads the history for the given task.
|
List<List<HistoryInfo>> |
AbstractWfRMIClientCommand.getCompleteHistoryInfos(String docUID)
Reads the history for the given task.
|
List<HistoryInfo> |
SaRMIClientCommand.getHistoryInfos(String taskUID)
Reads the history for the given task.
|
List<HistoryInfo> |
AbstractWfRMIClientCommand.getHistoryInfos(String taskUID)
Reads the history for the given task.
|
List<String> |
SaRMIClientCommand.getWorkflowDefinitions()
Reads all available workflow definitions.
|
List<String> |
AbstractWfRMIClientCommand.getWorkflowDefinitions()
Reads all available workflow definitions.
|
Modifier and Type | Method and Description |
---|---|
void |
SaWFTaskImpl.addComment(String commentString,
int level)
Adds a comment to the workflow.
|
void |
SaWFTask.addComment(String comment,
int level)
Adds a comment to the workflow.
|
void |
SaWFTaskImpl.addHistory(String descriptionString)
Adds a history entry.
|
void |
SaWFTask.addHistory(String description)
Adds a history entry.
|
void |
SaWFTaskImpl.executeActivate()
Set inactive process to active.
|
void |
SaWFTask.executeActivate()
Set inactive process to active.
|
void |
SaWFTaskImpl.executeApprove(ActorInfo nextActor)
Approve step.
|
void |
SaWFTask.executeApprove(ActorInfo nextActor)
Approve step.
|
void |
SaWFTaskImpl.executeAssignToMe()
Get task from absent user, the current user acts as substitute for.
|
void |
SaWFTask.executeAssignToMe()
Get task from absent user, the current user acts as substitute for.
|
void |
SaWFTaskImpl.executeChangeOwner(ActorInfo newOwner)
Change process owner.
|
void |
SaWFTask.executeChangeOwner(ActorInfo newOwner)
Change process owner.
|
void |
SaWFTaskImpl.executeCommand(CommandInfo command,
String processName,
ActorInfo nextActor,
String commentString,
Date escalationDate,
int activity)
Performs the given command.
|
void |
SaWFTask.executeCommand(CommandInfo command,
String definition,
ActorInfo nextActor,
String comment,
Date escalationDate,
int activity)
Performs the given command.
|
void |
SaWFTaskImpl.executeDelegate(ActorInfo delegatee)
Delegate to user.
|
void |
SaWFTask.executeDelegate(ActorInfo delegatee)
Delegate to user.
|
void |
SaWFTaskImpl.executeEscalation(Date escalationDate)
Escalate step.
|
void |
SaWFTask.executeEscalation(Date escalationDate)
Escalate step.
|
void |
SaWFTaskImpl.executeForward(int transitionId,
ActorInfo nextActor)
Forward step.
|
void |
SaWFTask.executeForward(int transitionId,
ActorInfo nextActor)
Forward step.
|
void |
SaWFTaskImpl.executeForward(int transitionId,
ActorInfo nextActor,
String reason)
Forward step.
|
void |
SaWFTask.executeForward(int transitionId,
ActorInfo nextActor,
String reason)
Forward step.
|
void |
SaWFTaskImpl.executeHold(Date holdDate)
Set step to hold.
|
void |
SaWFTask.executeHold(Date holdDate)
Set step to hold.
|
void |
SaWFTaskImpl.executeInactivate()
Set step to inactive.
|
void |
SaWFTask.executeInactivate()
Set step to inactive.
|
void |
SaWFTaskImpl.executeNotResponsible(String commentString)
Not responsible for this step.
|
void |
SaWFTask.executeNotResponsible(String comment)
Not responsible for this step.
|
void |
SaWFTaskImpl.executePutBack()
Put step back to inbox.
|
void |
SaWFTask.executePutBack()
Put step back to inbox.
|
void |
SaWFTaskImpl.executeReassign()
Reassign task to original user after it has been taken as a substitute.
|
void |
SaWFTask.executeReassign()
Reassign task to original user after it has been taken as a substitute.
|
void |
SaWFTaskImpl.executeReject(ActorInfo nextActor)
Reject step.
|
void |
SaWFTask.executeReject(ActorInfo nextActor)
Reject step.
|
void |
SaWFTaskImpl.executeRemove(String removeComment)
Remove step.
|
void |
SaWFTask.executeRemove(String comment)
Remove step.
|
void |
SaWFTaskImpl.executeRemoveNotice()
Remove notice.
|
void |
SaWFTask.executeRemoveNotice()
Remove notice.
|
void |
SaWFTaskImpl.executeResetHold()
Resets hold.
|
void |
SaWFTask.executeResetHold()
Resets hold.
|
void |
SaWFTaskImpl.executeRework(ActorInfo nextActor)
Rework step.
|
void |
SaWFTask.executeRework(ActorInfo nextActor)
Rework step.
|
void |
SaWFTaskImpl.executeSetActivity(int activity)
Set next activity.
|
void |
SaWFTask.executeSetActivity(int activity)
Set next activity.
|
TaskInfo |
SaWFConnectorImpl.executeStartProcess(String definition,
ActorInfo nextActor,
String comment,
String attachmentUID)
Start new process.
|
TaskInfo |
SaWFConnector.executeStartProcess(String definition,
ActorInfo nextActor,
String comment,
String attachmentUID)
Start new process.
|
void |
SaWFTaskImpl.executeTake()
Take step from task list.
|
void |
SaWFTask.executeTake()
Take step from task list.
|
void |
SaWFTaskImpl.executeTerminate()
Terminate process.
|
void |
SaWFTask.executeTerminate()
Terminate process.
|
InputStream |
SaWFTaskImpl.getAttachmentContent(int element)
Reads the content of the attachment.
|
InputStream |
SaWFTask.getAttachmentContent(int element)
Reads the content of the attachment.
|
CommandInfo[] |
SaWFTaskImpl.getCommandInfos()
Reads all possible transitions for this task.
|
CommandInfo[] |
SaWFTask.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.
|
CommandInfo[] |
SaWFTask.getCommandInfos(boolean transitionsOnly)
Reads all possible transitions and optional other possible commands for
this task.
|
CommentInfo[] |
SaWFTaskImpl.getComments()
Reads the comments.
|
CommentInfo[] |
SaWFTask.getComments()
Reads the comments.
|
List<HistoryInfo[]> |
SaWFConnectorImpl.getDocHistories(String documentHdoc)
Gets the document's process histories.
|
List<HistoryInfo[]> |
SaWFConnector.getDocHistories(String documentHdoc)
Gets the document's process histories.
|
List<String> |
SaWFConnectorImpl.getDocHistoriesXML(String documentHdoc)
Gets the document's process histories as XML.
|
List<String> |
SaWFConnector.getDocHistoriesXML(String documentHdoc)
Gets the document's process histories as XML.
|
List<String> |
SaWFConnectorImpl.getDocHistoriesXML(String documentHdoc,
String language)
Gets the document's process histories as XML.
|
List<String> |
SaWFConnector.getDocHistoriesXML(String documentHdoc,
String language)
Gets the document's process histories as XML.
|
List<String> |
SaWFConnectorImpl.getDocHistoriesXML2(String documentHdoc,
String language)
Gets the the second variant of document's process histories as XML.
|
List<String> |
SaWFConnector.getDocHistoriesXML2(String documentHdoc,
String language)
Gets the the second variant of document's process histories as XML.
|
List<String> |
SaWFConnectorImpl.getDocHistoriesXML2(String documentHdoc,
String language,
boolean isAscending)
Gets the the second variant of document's process histories as XML with ascending/descending
switch.
|
List<String> |
SaWFConnector.getDocHistoriesXML2(String documentHdoc,
String language,
boolean isAscending)
Gets the the second variant of document's process histories as XML with ascending/descending
switch.
|
HistoryInfo[] |
SaWFTaskImpl.getHistory()
Reads the process history.
|
HistoryInfo[] |
SaWFTask.getHistory()
Reads the process history.
|
String |
SaWFTaskImpl.getHistoryXML()
Reads the process history as XML.
|
String |
SaWFTask.getHistoryXML()
Reads the process history as XML.
|
String |
SaWFTaskImpl.getHistoryXML(String language)
Reads the process history as XML.
|
String |
SaWFTask.getHistoryXML(String language)
Reads the process history as XML.
|
String |
SaWFTaskImpl.getHistoryXML2(String language)
Reads the second variant of process history as XML.
|
String |
SaWFTask.getHistoryXML2(String language)
Reads the second variant of process history as XML.
|
String |
SaWFTaskImpl.getHistoryXML2(String language,
boolean isAscending)
Reads the second variant of process history as XML with ascending /
descending switch.
|
String |
SaWFTask.getHistoryXML2(String language,
boolean isAscending)
Reads the second variant of process history as XML with ascending /
descending switch.
|
SaWFTask |
SaWFConnectorImpl.getParentTask(String taskId)
Get parent task direct by ID.
|
SaWFTask |
SaWFConnector.getParentTask(String taskId)
Get parent task direct by ID.
|
List<String> |
SaWFConnectorImpl.getProcessDefinitions()
Reads all available process definitions.
|
List<String> |
SaWFConnector.getProcessDefinitions()
Reads all available process definitions.
|
List<ProcessDefinitionDescriptor> |
SaWFConnectorImpl.getProcessDefinitions(String ddcName)
Returns the process definitions that are allowed to be used for documents contained
in the specified DDC.
|
List<ProcessDefinitionDescriptor> |
SaWFConnector.getProcessDefinitions(String ddcName)
Returns the process definitions that are allowed to be used for documents contained
in the specified DDC.
|
boolean |
SaWFTaskImpl.getSync()
Reads the sync status.
|
boolean |
SaWFTask.getSync()
Reads the sync status.
|
SaWFTask |
SaWFConnectorImpl.getTask(String taskId)
Get task direct by ID.
|
SaWFTask |
SaWFConnector.getTask(String taskId)
Get task direct by ID.
|
SaWFTask |
SaWFConnectorImpl.getTask(TaskInfo taskInfo)
Creates a task object from the given task information.
|
SaWFTask |
SaWFConnector.getTask(TaskInfo taskInfo)
Creates a task object from the given task information.
|
TaskInfo |
SaWFTaskImpl.getTaskInfo()
Reads the task info object of this task.
|
TaskInfo |
SaWFTask.getTaskInfo()
Reads the task info object of this task.
|
boolean |
SaWFTaskImpl.getTrusted()
Reads the trusted status.
|
boolean |
SaWFTask.getTrusted()
Reads the trusted status.
|
int |
SaWFTaskImpl.getWorkingTime() |
int |
SaWFTask.getWorkingTime() |
SaPropertyValue[] |
SaWFTaskImpl.readAttachmentMetadata()
Reads the metadata of the attachment.
|
SaPropertyValue[] |
SaWFTask.readAttachmentMetadata()
Reads the metadata of the attachment.
|
TaskUserSelection |
SaWFTaskImpl.readSelectableUsersForTransition(int transition)
Obtains the next tasks
TaskUserSelection for the given transition. |
TaskUserSelection |
SaWFTask.readSelectableUsersForTransition(int transition)
Obtains the next tasks
TaskUserSelection for the given transition. |
void |
SaWFTaskImpl.setAlias(ActorInfo alias)
Sets the actor to be used as alias for the next action.
|
void |
SaWFTask.setAlias(ActorInfo alias)
Sets the actor to be used as alias for the next action.
|
void |
SaWFTaskImpl.setAliasActor(ActorInfo aliasActor)
Sets the alias actor.
|
void |
SaWFTask.setAliasActor(ActorInfo aliasActor)
Deprecated.
this method actually sets the next actor by overwriting the nextActor field.
Use
SaWFTask.setAlias(ActorInfo) instead. Will be removed in 8.1. |
void |
SaWFTaskImpl.setSync(boolean isSync)
Set sync parameter.
|
void |
SaWFTask.setSync(boolean isSync)
Set sync parameter.
|
void |
SaWFTaskImpl.setTrusted(boolean isTrusted)
Set trusted parameter.
|
void |
SaWFTask.setTrusted(boolean isTrusted)
Set trusted parameter.
|
void |
SaWFTaskImpl.setWorkingTime(int time) |
void |
SaWFTask.setWorkingTime(int workingTime) |
SaSaveInfo |
SaWFTaskImpl.updateAttachment(Properties namevaluePairs,
InputStream[] content,
String versionComment,
String acls)
Updates the attachment in the backend system with the given metadata,
acls and content.
|
SaSaveInfo |
SaWFTask.updateAttachment(Properties namevaluePairs,
InputStream[] content,
String versionComment,
String acls)
Updates the attachment in the backend system with the given metadata,
acls and content.
|
void |
SaWFTaskImpl.updateTask(Properties values)
Updates the user defined fields of this task.
|
void |
SaWFTask.updateTask(Properties values)
Updates the user defined fields of this task.
|
Constructor and Description |
---|
SaWFTaskImpl(SaClassicConnectorImpl connector,
TaskInfo taskInfo,
String user)
Constructor.
|
Modifier and Type | Class and Description |
---|---|
class |
SaWorkflowRefreshException
Indicates that an exception occurred while refreshing a workflow.
|
Modifier and Type | Method and Description |
---|---|
String |
HistoryToXML.historyToXML(HistoryInfo[] history,
String language) |
String |
HistoryToXML.historyToXML2(HistoryInfo[] history,
CommentInfo[] comments,
String language,
boolean isAscending) |
Copyright © 2020 Hyland Software Germany GmbH. All rights reserved.