Package | Description |
---|---|
com.saperion.connector.definition | |
com.saperion.connector.workflow |
This package contains the client-side implementations of workflow-related services.
|
com.saperion.definition | |
com.saperion.workflow |
This package contains the interfaces for workflow-related services.
|
Modifier and Type | Method and Description |
---|---|
com.lexmark.saperion.archive.ArchiveType |
RmiClientDefinitionService.getDefinition(com.lexmark.saperion.archive.ArchiveReferenceType reference) |
com.lexmark.saperion.archive.field.FieldDefinition |
RmiClientDefinitionService.getField(com.lexmark.saperion.archive.ArchiveReferenceType definitionReference,
String fieldName) |
List<com.lexmark.saperion.archive.field.FieldDefinition> |
RmiClientDefinitionService.getFields(com.lexmark.saperion.archive.ArchiveReferenceType reference) |
Modifier and Type | Method and Description |
---|---|
com.lexmark.saperion.workflow.WorkflowDefinitionType |
RmiClientWorkflowDefinitionService.getWorkflowDefinitionById(com.lexmark.saperion.workflow.WorkflowDefinitionReferenceType id) |
com.lexmark.saperion.workflow.WorkflowProcessType |
RmiClientWorkflowProcessService.loadProcess(com.lexmark.saperion.workflow.WorkflowProcessReferenceType reference) |
Modifier and Type | Method and Description |
---|---|
com.lexmark.saperion.archive.ArchiveType |
DefinitionService.getDefinition(com.lexmark.saperion.archive.ArchiveReferenceType reference)
Returns detailed information about the archive definition identified by the specified
reference.
|
com.lexmark.saperion.archive.field.FieldDefinition |
DefinitionService.getField(com.lexmark.saperion.archive.ArchiveReferenceType definitionReference,
String fieldName)
Returns the field identified by the specified definition-reference and field-name.
|
List<com.lexmark.saperion.archive.field.FieldDefinition> |
DefinitionService.getFields(com.lexmark.saperion.archive.ArchiveReferenceType reference)
Returns the fields of the archive definition identified by the specified reference.
|
Modifier and Type | Method and Description |
---|---|
com.lexmark.saperion.workflow.WorkflowProcessType |
WorkflowProcessService.loadProcess(com.lexmark.saperion.workflow.WorkflowProcessReferenceType reference)
Loads the details of a workflow process with the given reference.
|
Copyright © 2016 SAPERION AG. All rights reserved.