public class RmiClientDefinitionService extends Object implements DefinitionService
DefinitionService.| Constructor and Description |
|---|
RmiClientDefinitionService(Connection connection) |
| Modifier and Type | Method and Description |
|---|---|
com.lexmark.saperion.archive.ArchiveType |
getDefinition(com.lexmark.saperion.archive.ArchiveReferenceType reference)
Returns detailed information about the archive definition identified by the specified
reference.
|
List<com.lexmark.saperion.archive.ArchiveListItemType> |
getDefinitions()
Returns a list of basic information about all archive definitions in the system.
|
com.lexmark.saperion.archive.field.FieldDefinition |
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> |
getFields(com.lexmark.saperion.archive.ArchiveReferenceType reference)
Returns the fields of the archive definition identified by the specified reference.
|
public RmiClientDefinitionService(Connection connection)
public List<com.lexmark.saperion.archive.ArchiveListItemType> getDefinitions() throws SaAuthenticationException, SaSystemException
DefinitionServicegetDefinitions in interface DefinitionServiceSaAuthenticationException - authentication exceptionSaSystemException - system exceptionpublic com.lexmark.saperion.archive.ArchiveType getDefinition(com.lexmark.saperion.archive.ArchiveReferenceType reference)
throws SaAuthenticationException,
SaSystemException,
UnknownReferenceException
DefinitionServicegetDefinition in interface DefinitionServicereference - the reference identifying the definitionSaAuthenticationException - authentication exceptionSaSystemException - system exceptionUnknownReferenceException - no definition was found for the specified referencepublic List<com.lexmark.saperion.archive.field.FieldDefinition> getFields(com.lexmark.saperion.archive.ArchiveReferenceType reference) throws SaAuthenticationException, SaSystemException, UnknownReferenceException
DefinitionServicegetFields in interface DefinitionServicereference - the reference that identifies the archive definitionSaAuthenticationException - authentication exceptionSaSystemException - system exceptionUnknownReferenceException - no definition was found for the specified referencepublic com.lexmark.saperion.archive.field.FieldDefinition getField(com.lexmark.saperion.archive.ArchiveReferenceType definitionReference,
String fieldName)
throws SaAuthenticationException,
SaSystemException,
UnknownReferenceException
DefinitionServicegetField in interface DefinitionServicedefinitionReference - the reference to the definition that contains the fieldfieldName - the name of the fieldSaAuthenticationException - authentication exceptionSaSystemException - system exceptionUnknownReferenceException - no field was found for the specified referenceCopyright © 2016 SAPERION AG. All rights reserved.