Package | Description |
---|---|
com.saperion.connector.documents | |
com.saperion.connector.exceptions | |
com.saperion.connector.service |
This package contains the client-side implementations of services.
|
com.saperion.connector.workflow |
This package contains the client-side implementations of workflow-related services.
|
com.saperion.document | |
com.saperion.document.content.stream | |
com.saperion.exception |
This package contains the classes for the global exceptions.
|
com.saperion.exception.wf |
This package contains the classes for the workflow exceptions.
|
com.saperion.lookup | |
com.saperion.operations |
This package defines the different operations, that can be invoked by rmi.
|
com.saperion.operations.definition | |
com.saperion.operations.document |
This package defines the different operations on documents, that can be invoked by rmi.
|
com.saperion.operations.folders |
This package defines the different operations on folders, that can be invoked by rmi.
|
com.saperion.operations.inject | |
com.saperion.operations.lookup |
This package defines the different operations on lookup tables, that can be invoked by rmi.
|
com.saperion.operations.storage | |
com.saperion.operations.user | |
com.saperion.operations.workflow |
This package defines the different workflow-operations, that can be invoked by rmi.
|
com.saperion.rmi.common |
This package contains the classes for the LARIX RMI Server.
|
com.saperion.rmi.serverexception |
This package contains the exception classes for RMI client components.
|
com.saperion.users |
Collecting simple types concerning the user managment.
|
com.saperion.workflow |
This package contains the interfaces for workflow-related services.
|
Modifier and Type | Method and Description |
---|---|
List<com.lexmark.saperion.document.DocumentRevisionReferenceType> |
DocumentSearch.QueryBuilder.all()
Executes a query that finds every document in the given definition.
|
com.lexmark.saperion.document.DocumentRevisionType |
DocumentSearch.LoadDecision.complete()
Executes the search and expects one and only one document to satisfy the conditions.
|
com.lexmark.saperion.document.DocumentStoreInformationType |
RmiClientDocumentService.createDocument(com.lexmark.saperion.document.DocumentDefinitionReferenceType definition,
Map<String,Object> indexData,
com.lexmark.saperion.document.DocumentElementType rootElement) |
com.lexmark.saperion.document.DocumentRevisionReferenceType |
RmiClientDocumentService.getLatestRevisionId(com.lexmark.saperion.document.DocumentReferenceType documentId) |
List<com.lexmark.saperion.document.DocumentRevisionReferenceType> |
DocumentSearch.ResultDecision.list()
Executes the search and takes into account that there may be several results.
|
com.lexmark.saperion.document.DocumentRevisionType |
RmiClientDocumentService.loadDocument(com.lexmark.saperion.document.DocumentReferenceType documentId,
com.lexmark.saperion.document.LoadKindEnumeration loadKind) |
com.lexmark.saperion.document.DocumentRevisionType |
RmiClientDocumentService.loadDocument(com.lexmark.saperion.document.DocumentRevisionReferenceType revisionId,
com.lexmark.saperion.document.LoadKindEnumeration loadKind) |
InputStream |
RmiClientDocumentService.readDocumentElementContent(com.lexmark.saperion.document.DocumentReferenceType documentId,
com.lexmark.saperion.document.DocumentElementReferenceType documentElementId) |
List<com.lexmark.saperion.document.DocumentRevisionReferenceType> |
RmiClientDocumentService.searchDocuments(com.lexmark.saperion.document.DocumentDefinitionReferenceType definitionName,
QueryExpression<Boolean> filter) |
com.lexmark.saperion.document.DocumentRevisionType |
RmiClientDocumentService.searchUniqueDocument(com.lexmark.saperion.document.DocumentDefinitionReferenceType definitionName,
QueryExpression<Boolean> filter,
com.lexmark.saperion.document.LoadKindEnumeration loadKind) |
com.lexmark.saperion.document.DocumentRevisionType |
DocumentSearch.LoadDecision.withoutContent()
Executes the search and expects one and only one document to satisfy the conditions.
|
Modifier and Type | Class and Description |
---|---|
class |
CorruptInterfaceVersion
Will be thrown, if the Interface Version of the Connector differs from the Backend Version.
|
Modifier and Type | Method and Description |
---|---|
protected SaBasicException |
AbstractRmiClientService.mapSystemException(SaSystemException systemException) |
Modifier and Type | Method and Description |
---|---|
com.lexmark.saperion.LookupEntryReferenceType |
RmiClientLookupEntryService.createLookupEntry(com.lexmark.saperion.document.DocumentDefinitionReferenceType definitionReference,
Map<String,Object> indexData) |
com.lexmark.saperion.LookupEntryReferenceType |
RmiClientLookupEntryService.createLookupEntry(com.lexmark.saperion.document.DocumentDefinitionReferenceType definitionReference,
Map<String,Object> indexData,
List<com.lexmark.saperion.administration.AclReferenceType> aclReferences) |
void |
RmiClientLookupEntryService.deleteLookupEntry(com.lexmark.saperion.LookupEntryReferenceType id) |
List<com.lexmark.saperion.administration.AclReferenceType> |
RmiClientLookupEntryService.getAccessControlLists(com.lexmark.saperion.LookupEntryReferenceType reference) |
Set<com.lexmark.saperion.administration.AccessRight> |
RmiClientLookupEntryService.getAccessOnEntry(com.lexmark.saperion.LookupEntryReferenceType reference) |
com.lexmark.saperion.LookupEntryType |
RmiClientLookupEntryService.getLookupEntry(com.lexmark.saperion.LookupEntryReferenceType reference) |
protected SaBasicException |
AbstractRmiClientService.mapSystemException(SaSystemException systemException) |
List<com.lexmark.saperion.LookupEntryType> |
RmiClientLookupEntryService.searchLookupEntries(com.lexmark.saperion.document.DocumentDefinitionReferenceType documentDefinitionReference,
QueryExpression<Boolean> filter) |
com.lexmark.saperion.LookupEntryType |
RmiClientLookupEntryService.searchUniqueLookupEntry(com.lexmark.saperion.document.DocumentDefinitionReferenceType documentDefinitionReference,
QueryExpression<Boolean> filter) |
void |
RmiClientLookupEntryService.updateLookEntry(com.lexmark.saperion.LookupEntryReferenceType id,
Map<String,Object> indexDataChanges) |
void |
RmiClientLookupEntryService.updateLookEntry(com.lexmark.saperion.LookupEntryReferenceType id,
Map<String,Object> indexDataChanges,
List<com.lexmark.saperion.administration.AclReferenceType> aclReferences) |
Modifier and Type | Method and Description |
---|---|
com.lexmark.saperion.workflow.TransitionDefinitionType |
RmiClientWorkflowDefinitionService.getInitialTransition(com.lexmark.saperion.workflow.WorkflowDefinitionReferenceType reference) |
com.lexmark.saperion.workflow.WorkflowProcessReferenceType |
RmiClientWorkflowDefinitionService.startWorkflowProcess(com.lexmark.saperion.workflow.WorkflowDefinitionReferenceType workflowDefinitionReference,
com.lexmark.saperion.document.DocumentReferenceType documentId,
List<? extends com.lexmark.saperion.administration.ActorReferenceType> actors,
String comment) |
Modifier and Type | Method and Description |
---|---|
com.lexmark.saperion.document.DocumentStoreInformationType |
DocumentService.createDocument(com.lexmark.saperion.document.DocumentDefinitionReferenceType definition,
Map<String,Object> indexData,
com.lexmark.saperion.document.DocumentElementType rootElement)
This method stores a new document with the given data in the backend.
|
com.lexmark.saperion.document.DocumentRevisionReferenceType |
DocumentService.getLatestRevisionId(com.lexmark.saperion.document.DocumentReferenceType documentId)
This method returns the id of the latest revision of the document given by its id.
|
com.lexmark.saperion.document.DocumentRevisionType |
DocumentService.loadDocument(com.lexmark.saperion.document.DocumentReferenceType documentId,
com.lexmark.saperion.document.LoadKindEnumeration loadKind)
Loads the latest
document revision with the given
document id . |
com.lexmark.saperion.document.DocumentRevisionType |
DocumentService.loadDocument(com.lexmark.saperion.document.DocumentRevisionReferenceType revisionId,
com.lexmark.saperion.document.LoadKindEnumeration loadKind)
Loads a complete
document revision given its
revision id . |
InputStream |
DocumentService.readDocumentElementContent(com.lexmark.saperion.document.DocumentReferenceType documentId,
com.lexmark.saperion.document.DocumentElementReferenceType documentElementId)
Opens the content of the document element identified by the given id for reading and returns an
input stream for that data. |
List<com.lexmark.saperion.document.DocumentRevisionReferenceType> |
DocumentService.searchDocuments(com.lexmark.saperion.document.DocumentDefinitionReferenceType definitionReference,
QueryExpression<Boolean> filter)
Loads all documents for which the given filter holds
|
com.lexmark.saperion.document.DocumentRevisionType |
DocumentService.searchUniqueDocument(com.lexmark.saperion.document.DocumentDefinitionReferenceType definitionReference,
QueryExpression<Boolean> filter,
com.lexmark.saperion.document.LoadKindEnumeration loadKind)
Loads the unique document for which the given filter holds.
|
Modifier and Type | Method and Description |
---|---|
static InputStream |
RemoteDocumentContentInputStream.readDocument(Connection connection,
com.lexmark.saperion.document.DocumentReferenceType documentId,
com.lexmark.saperion.document.DocumentElementReferenceType documentElementId)
For a given
Connection and document element id this method creates an InputStream that
streams the document elements content. |
Modifier and Type | Class and Description |
---|---|
class |
ConstraintViolationException
This exception indicates that something went wrong concerning document definition constraints.
|
class |
DataSourceException
This exception indicates that something went wrong concerning a specific data source.
|
class |
DataSourceOfflineException
This exception indicates that a given data source is offline while it was intended to be used.
|
class |
MalformedEntityException
This exception indicates that an entity was encountered whose data is in some way malformed or inconsistent.
|
class |
MandatoryConstraintViolationException
This exception indicates that a mandatory constraint for a given list of fields in a given ddc was violated.
|
class |
SaAuthenticationException
Authentication exceptions which may occur in the following situations.
Authentication "system failure during log on process", "user does not exist", "wrong password", "user account is inactive", "no current user for automatic login found", "client was not supplied", "no licenses available for login", "user account is already in use", "password has expired", "invalid client kind", "user is not logged in". |
class |
SaBarcodeException
Barcode exception.
|
class |
SaConnectException
Exception is thrown when a (re) connect to RMI server failed.
|
class |
SaDBException
Exception, thrown during the query execution (connector level).
|
class |
SaDDCException
DDC related exception raised in the following situations:
//GetDefinitions "DDC files could not be retrieved", //GetFields "database definition could not be opened", "database definition invalid, possibly empty DB mappings or invalid data source". |
class |
SaFolderAlreadyExistsException
Exception thrown when a folder is created and a sibling with the same name already exists.
|
class |
SaFolderException
Exception, thrown during folder related errors (connector level).
|
class |
SaFolderNameException
Exception thrown in folder-related methods when a folder name contained an
invalid character.
|
class |
SaFolderOperationNotAllowedException
Thrown when an operation with folders is not allowed.
|
class |
SaGetNodeException
* Exceptions in getting node or content; occur in the following situations:
"creating document structure in memory failed",
"loading document metadata failed",
"loading sub-document from structure failed",
"loading document content failed",
"invalid document handle was provided",
"no document content available",
"accessing document handle failed",
"accessing document content failed",
"given byte offset is greater than data size",
"document uid is empty",
"document member is empty",
"unsupported document type encountered",
"initializing index data array failed",
"archiving new document failed",
"committing transaction failed",
"rolling back transaction failed",
"transaction ID is invalid/empty",
"updatind document content on medium failed",
"updatind document metadata in database failed",
"deleting document failed",
"retrieving database cursor failed".
|
class |
SaImageConverterException
Exception thrown by SaImageConverter if converting an image failed.
|
class |
SaJCRException
JCR related Base exception.
|
class |
SaLockException
* Lock exceptions which occur in the following situations:
"locking or unlocking document failed",
"document is currently locked by another user",
"retrieving lock data failed, possibly unavailable".
|
class |
SaOperationRmiException
Deprecated.
|
class |
SaOperationRuntimeException
Deprecated.
|
class |
SaPasswordExpiredException
Indicates that the users password is expired.
|
class |
SaperionConfigurationException
This exception indicates that the saperion system is not configured to handle the method
call properly.
|
class |
SaPropertyException
Exceptions in JCR Properties; occurs in the following situations:
setting document property failed,
column/property name does not exist,
invalid database definition name specified,
improper index element count specified for field type,
binary data section (lob) is empty,
unsupported property type specified.
|
class |
SaSapUrlException
Exception thrown when checking a SAP-URL failed.
|
class |
SaSearchFieldException
SaSearchFieldException will be thrown in case of a data base field cannot be
found.
|
class |
SaSecurityException
Exception class for RMI security exceptions.
|
class |
SaSetACLException
SaSetACLException will be thrown in case of a ACL could not be set in the backend.
|
class |
SaSetContentException
Exceptions in setting content, occur in the following situations:
"creating temporary file failed",
"making up temporary file name failed",
"handle to temporary content file is invalid",
"writing buffer to content file failed",
"inserting content into document failed",
"closing temporary file failed".
|
class |
SaSetNodeException
Exceptions in setting or deletion node; occurs in the following situations:
"committing transaction failed",
"rolling back transaction failed",
"transaction ID is invalid/empty",
"updating document content on medium failed",
"updating document metadata in database failed",
"deleting document failed",
"given byte offset is greater than data size".
|
class |
SaSystemException
Exception class for common system errors and some failed RMI commands.
|
class |
SaUniqueConstraintViolationException
Exception thrown when a document is created or updated and the value of a unique field already exists in
another document.
|
class |
SystemFieldWriteException
This exception indicates that a call tried to write to a system field directly.
|
class |
UniqueConstraintViolationException
This exception indicates that a uniqueness constraint for a given list of fields in a given ddc was violated.
|
class |
UnknownDataSourceException
This exception indicates that a given data source could not be found.
|
class |
UnknownDefinitionException
This exception indicates that a given document definition could not be found.
|
class |
UnknownReferenceException
Indicates that for a given reference, there was no match found.
|
class |
WrappedBasicException
This exception is intended to wrap instances of
SaBasicException in order to
transport them by rmi without breaking compatibility of existent calls and
operations . |
class |
WrongDefinitionKindException
This exception indicates that the type of a document definition does not work the way it is used.
|
Modifier and Type | Method and Description |
---|---|
SaBasicException |
WrappedBasicException.getCause() |
Constructor and Description |
---|
WrappedBasicException(SaBasicException cause) |
Modifier and Type | Class and Description |
---|---|
class |
SaWorkflowException
Workflow exception which occurs when a operation on the workflow connector fails.
|
class |
SaWorkflowRefreshException
Indicates that an exception occurred while refreshing a workflow.
|
Modifier and Type | Method and Description |
---|---|
com.lexmark.saperion.LookupEntryReferenceType |
LookupEntryService.createLookupEntry(com.lexmark.saperion.document.DocumentDefinitionReferenceType definitionReference,
Map<String,Object> indexData)
Creates a new lookup entry with the given index data in the given definition.
|
com.lexmark.saperion.LookupEntryReferenceType |
LookupEntryService.createLookupEntry(com.lexmark.saperion.document.DocumentDefinitionReferenceType definitionReference,
Map<String,Object> indexData,
List<com.lexmark.saperion.administration.AclReferenceType> aclReferences)
Creates a new lookup entry with the given index data in the given definition with the given access control lists.
|
void |
LookupEntryService.deleteLookupEntry(com.lexmark.saperion.LookupEntryReferenceType id)
Deletes the lookup entry give by its id.
|
List<com.lexmark.saperion.administration.AclReferenceType> |
LookupEntryService.getAccessControlLists(com.lexmark.saperion.LookupEntryReferenceType reference)
This method returns the list of access control lists set on a given lookup entry.
|
Set<com.lexmark.saperion.administration.AccessRight> |
LookupEntryService.getAccessOnEntry(com.lexmark.saperion.LookupEntryReferenceType reference)
This method returns the current users rights on the given lookup entry.
|
com.lexmark.saperion.LookupEntryType |
LookupEntryService.getLookupEntry(com.lexmark.saperion.LookupEntryReferenceType reference)
This method returns the lookup entry the given reference references.
|
List<com.lexmark.saperion.LookupEntryType> |
LookupEntryService.searchLookupEntries(com.lexmark.saperion.document.DocumentDefinitionReferenceType documentDefinitionReference,
QueryExpression<Boolean> filter)
This method lists the lookup entries that meet a given filtering condition.
|
com.lexmark.saperion.LookupEntryType |
LookupEntryService.searchUniqueLookupEntry(com.lexmark.saperion.document.DocumentDefinitionReferenceType documentDefinitionReference,
QueryExpression<Boolean> filter)
This method returns the single lookup entry from a given ddc that meets the given filtering condition.
|
void |
LookupEntryService.updateLookEntry(com.lexmark.saperion.LookupEntryReferenceType id,
Map<String,Object> indexDataChanges)
Updates the lookup entry given by the id in the given ddc with the given properties.
|
void |
LookupEntryService.updateLookEntry(com.lexmark.saperion.LookupEntryReferenceType id,
Map<String,Object> indexDataChanges,
List<com.lexmark.saperion.administration.AclReferenceType> aclReferences)
Updates the lookup entry given by the id in the given ddc with the given properties and the given access control
lists.
|
Modifier and Type | Method and Description |
---|---|
protected SaBasicException |
BaseOperation.mapException(Exception e) |
Modifier and Type | Method and Description |
---|---|
Void |
VoidOperation.invoke() |
T |
Operation.invoke()
The method that will be called on the server side.
|
T |
InTransaction.invoke() |
ArrayList<Serializable> |
ApplyBatch.invoke() |
Modifier and Type | Method and Description |
---|---|
ArrayList<com.lexmark.saperion.archive.field.FieldDefinition> |
GetFields.invoke() |
com.lexmark.saperion.archive.field.FieldDefinition |
GetField.invoke() |
ArrayList<com.lexmark.saperion.archive.ArchiveListItemType> |
GetDefinitions.invoke() |
com.lexmark.saperion.archive.ArchiveType |
GetDefinition.invoke() |
Modifier and Type | Method and Description |
---|---|
SaSaveInfo |
UpdateDocument.invoke() |
com.lexmark.saperion.document.DocumentRevisionType |
SearchUniqueDocument.invoke() |
ArrayList<com.lexmark.saperion.document.DocumentRevisionReferenceType> |
SearchDocuments.invoke() |
RemoteContentInputStreamDescriptor |
ReadDocumentElementContent.invoke() |
byte[] |
ReadContentStreamPart.invoke() |
com.lexmark.saperion.document.DocumentRevisionType |
LoadDocumentRevisionById.invoke() |
com.lexmark.saperion.document.DocumentRevisionType |
LoadDocumentById.invoke() |
StreamingConfiguration |
GetStreamingConfiguration.invoke() |
com.lexmark.saperion.document.DocumentRevisionReferenceType |
GetLatestRevisionId.invoke() |
SaDocInfo |
GetDocumentInfo.invoke() |
com.lexmark.saperion.document.DocumentStoreInformationType |
CreateDocumentOperation.invoke() |
SaSaveInfo |
CreateDocument.invoke() |
String |
CloneDocument.invoke() |
Modifier and Type | Method and Description |
---|---|
String |
CreateFolder.invoke() |
Modifier and Type | Method and Description |
---|---|
QueryExpression<Boolean> |
DocumentDefinitionService.createUniqueConstraintViolationCheck(DDC definition,
String id,
Map<String,Object> properties)
For a given map of fields this method checks a definition and a database row id, this method creates a query
expression that filters a corresponding datbase table so that the result contains exactly the existing entries
that would collide with the given database row.
|
Modifier and Type | Method and Description |
---|---|
com.lexmark.saperion.LookupEntryType |
SearchUniqueLookupEntryOperation.invoke() |
ArrayList<com.lexmark.saperion.LookupEntryType> |
SearchLookupEntriesOperation.invoke() |
com.lexmark.saperion.LookupEntryType |
GetLookupEntryOperation.invoke() |
ArrayList<com.lexmark.saperion.administration.AclReferenceType> |
GetLookupEntryAccessControlListsOperation.invoke() |
EnumSet<com.lexmark.saperion.administration.AccessRight> |
GetAccessOnLookupEntry.invoke() |
com.lexmark.saperion.LookupEntryReferenceType |
CreateLookupEntryOperation.invoke() |
String |
CreateLookupEntry.invoke()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ArrayList<Medium> |
ListStorageOperation.invoke() |
Modifier and Type | Method and Description |
---|---|
com.lexmark.saperion.administration.UserType |
LoadUserById.invoke() |
com.lexmark.saperion.administration.TenantType |
LoadTenantByName.invoke() |
com.lexmark.saperion.administration.TenantType |
LoadTenantById.invoke() |
ArrayList<com.lexmark.saperion.administration.TenantReferenceType> |
ListAdministratedTenants.invoke() |
SaUserInfo |
GetCurrentUserInfo.invoke() |
Modifier and Type | Method and Description |
---|---|
com.lexmark.saperion.workflow.WorkflowProcessReferenceType |
StartWorkflowProcess.invoke() |
TaskUserSelection |
ReadSelectableUsersForTransition.invoke() |
com.lexmark.saperion.workflow.WorkflowDefinitionType |
LoadWorkflowDefinition.invoke() |
ArrayList<com.lexmark.saperion.workflow.WorkflowDefinitionListItemType> |
GetWorkflowDefinitions.invoke() |
com.lexmark.saperion.workflow.TransitionDefinitionType |
GetWorkflowDefinitionInitialTransition.invoke() |
ArrayList<com.lexmark.saperion.workflow.TransitionDefinitionType> |
GetTransitions.invoke() |
ArrayList<com.lexmark.saperion.workflow.TaskListItemType> |
GetTaskList.invoke() |
com.lexmark.saperion.workflow.TaskType |
GetProperties.invoke() |
com.lexmark.saperion.workflow.WorkflowProcessType |
GetProcessesProperties.invoke() |
ArrayList<ProcessDefinitionDescriptor> |
GetProcessDefinitions.invoke() |
com.lexmark.saperion.workflow.InboxListItemType |
GetPersonalInbox.invoke() |
ArrayList<com.lexmark.saperion.PropertyType> |
GetIndexData.invoke() |
com.lexmark.saperion.workflow.InboxListItemType |
GetInbox.invoke() |
ArrayList<com.lexmark.saperion.workflow.TaskCommentType> |
GetComments.invoke() |
BoxCount |
GetBoxCountReminders.invoke() |
BoxCount |
GetBoxCountDue.invoke() |
BoxCount |
GetBoxCountCreated.invoke() |
BoxCount |
GetBoxCountCompleted.invoke() |
BoxCount |
GetBoxCount.invoke() |
ArrayList<com.lexmark.saperion.workflow.WorkflowProcessListItemType> |
GetAllRunningProcesses.invoke() |
ArrayList<com.lexmark.saperion.workflow.InboxListItemType> |
GetAllInboxes.invoke() |
HashMap<Integer,BoxCount> |
GetAllBoxCounts.invoke() |
Long |
CountTasks.invoke() |
Modifier and Type | Method and Description |
---|---|
<T extends Serializable> |
SaRMIServerCommand.invoke(int clientToken,
Operation<T> operation)
This method invokes an
Operation on the server side. |
Modifier and Type | Class and Description |
---|---|
class |
NativeException
An exception indicating that a native call resulted in a return code other than retOk.
|
Modifier and Type | Method and Description |
---|---|
com.lexmark.saperion.administration.TenantType |
TenantService.loadTenant(String name)
This method returns a tenant given its name.
|
com.lexmark.saperion.administration.TenantType |
TenantService.loadTenant(com.lexmark.saperion.administration.TenantReferenceType reference)
This method returns a tenant given its id.
|
Modifier and Type | Method and Description |
---|---|
com.lexmark.saperion.workflow.TransitionDefinitionType |
WorkflowDefinitionService.getInitialTransition(com.lexmark.saperion.workflow.WorkflowDefinitionReferenceType reference)
This method returns the initial transition definition for the referenced workflow.
|
com.lexmark.saperion.workflow.WorkflowDefinitionType |
WorkflowDefinitionService.getWorkflowDefinitionById(com.lexmark.saperion.workflow.WorkflowDefinitionReferenceType reference)
This method returns further information for a workflow process given by its reference.
|
com.lexmark.saperion.workflow.WorkflowProcessReferenceType |
WorkflowDefinitionService.startWorkflowProcess(com.lexmark.saperion.workflow.WorkflowDefinitionReferenceType workflowDefinitionReference,
com.lexmark.saperion.document.DocumentReferenceType documentId,
List<? extends com.lexmark.saperion.administration.ActorReferenceType> actors,
String comment)
This method starts a workflow process given a workflow definition and a document (by its id).
|
Copyright © 2016 SAPERION AG. All rights reserved.