Package | Description |
---|---|
com.saperion.connector.workflow |
This package contains the client-side implementations of workflow-related services.
|
com.saperion.exception |
This package contains the classes for the global exceptions.
|
com.saperion.jcs.modules.users.api | |
com.saperion.jcs.modules.users.connector.exception | |
com.saperion.operations.inject | |
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 |
---|---|
com.lexmark.saperion.workflow.WorkflowDefinitionType |
RmiClientWorkflowDefinitionService.getWorkflowDefinitionById(com.lexmark.saperion.workflow.WorkflowDefinitionReferenceType id) |
List<com.lexmark.saperion.workflow.WorkflowDefinitionListItemType> |
RmiClientWorkflowDefinitionService.listWorkflowDefinitions() |
Modifier and Type | Method and Description |
---|---|
static NativeException |
NativeReturnCodeMapper.fromReturnCode(com.saperion.jna.applsrv.m2j.natives.Returncodes returnCode,
String message)
Matches ReturnCodes to exceptions.
|
Modifier and Type | Method and Description |
---|---|
void |
UserService.changePassword(int token,
int id,
String oldPassword,
String newPassword) |
<Type extends UserManagementItem> |
UserService.create(int token,
Type user,
Class<Type> type)
Creates a new user.
|
<Type extends UserManagementItem> |
UserService.delete(int token,
int id,
Class<Type> type)
Deletes an item.
|
void |
UserService.setPassword(int token,
int userId,
String newPassword)
Sets a new password to a user.
|
Modifier and Type | Method and Description |
---|---|
static BackendException |
Exceptions.byNativeException(NativeException re) |
Modifier and Type | Method and Description |
---|---|
List<Object> |
FieldArrayMapper.genericMapping(com.saperion.jna.applsrv.m2j.natives.HFIELDDATAArray nativeData)
Creates a list of Objects that matches the given native odbc fields
|
com.saperion.jna.applsrv.m2j.natives.HFIELDDATAArray |
FieldArrayMapper.genericMapping(List<Object> objects)
Creates a native odbc field array (HFIELDDATAArray) with values that match to the given java objects.
|
Map<String,Object> |
FieldArrayMapper.typedMapping(DDC definition,
com.saperion.jna.applsrv.m2j.natives.HFIELDDATAArray nativeData)
Reads the values from the given native odbc field array to a named property map.
|
com.saperion.jna.applsrv.m2j.natives.HFIELDDATAArray |
FieldArrayMapper.typedMapping(DDC definition,
Map<String,Object> properties)
Creates a native odbc field array (HFIELDDATAArray) with values that match to the given java objects.
|
Modifier and Type | Method and Description |
---|---|
List<com.lexmark.saperion.administration.TenantReferenceType> |
UserService.listAdministratedTenants(com.lexmark.saperion.administration.UserReferenceType user)
This methods returns a list with references to every tenant in the system, the given user is an admin for.
|
com.lexmark.saperion.administration.GroupType |
GroupService.loadGroup(com.lexmark.saperion.administration.GroupReferenceType reference)
This method loads a group given a reference to it.
|
com.lexmark.saperion.administration.GroupType |
GroupService.loadGroup(String name)
This method loads a group given its name.
|
com.lexmark.saperion.administration.UserType |
UserService.loadUser(String name)
This method loads a user given its name.
|
com.lexmark.saperion.administration.UserType |
UserService.loadUser(com.lexmark.saperion.administration.UserReferenceType reference)
This method loads a user given a reference to it.
|
Modifier and Type | Method and Description |
---|---|
List<com.lexmark.saperion.workflow.WorkflowDefinitionListItemType> |
WorkflowDefinitionService.listWorkflowDefinitions()
This method returns a list of references for every workflow definition in the system accessible from the
current tenant.
|
Copyright © 2016 SAPERION AG. All rights reserved.