Package | Description |
---|---|
com.edorasware.api.document |
Provides definitions and functionality specific to document work objects.
|
com.edorasware.api.value |
Work object value access.
|
com.edorasware.api.value.internal | |
com.edorasware.cloud.core.account | |
com.edorasware.cloud.core.models | |
com.edorasware.cloud.core.service.document | |
com.edorasware.cloud.core.service.model | |
com.edorasware.cloud.core.util | |
com.edorasware.one.app | |
com.edorasware.one.identity.user | |
com.edorasware.one.legacy | |
com.edorasware.one.workitem.model |
Modifier and Type | Field and Description |
---|---|
static StringValue<String> |
DocumentValues.MIME_TYPE
The document MIME type.
|
Modifier and Type | Field and Description |
---|---|
static StringValue<String> |
WorkObjectValues.ASSIGNED_GROUP_ID
The work object assigned group ID.
|
static StringValue<String> |
WorkObjectValues.ASSIGNEE_ID
The work object assignee ID.
|
static StringValue<String> |
WorkObjectValues.DEFINITION_ID
The work object definition ID.
|
static StringValue<String> |
WorkObjectValues.DESCRIPTION
The work object description.
|
static StringValue<String> |
WorkObjectValues.EXTERNAL_ID
The work object external ID.
|
static StringValue<String> |
WorkObjectValues.GLOBAL_ID
The work object global ID (unique only within a single tenant).
|
static StringValue<String> |
WorkObjectValues.ID
The work object ID (unique everywhere).
|
static StringValue<String> |
WorkObjectValues.INITIAL_ASSIGNED_GROUP_ID
The initial work object assigned group ID.
|
static StringValue<String> |
WorkObjectValues.INITIAL_ASSIGNEE_ID
The initial work object assignee ID.
|
static StringValue<String> |
WorkObjectValues.NAME
The work object name.
|
static StringValue<String> |
WorkObjectValues.OWNER_ID
The work object owner ID.
|
static StringValue<String> |
WorkObjectValues.PREVIOUS_ASSIGNED_GROUP_ID
The previous work object assigned group ID.
|
static StringValue<String> |
WorkObjectValues.PREVIOUS_ASSIGNEE_ID
The previous work object assignee ID.
|
static StringValue<String> |
WorkObjectValues.PROVIDER_ID
The work object provider ID.
|
static StringValue<String> |
WorkObjectValues.SUB_STATE
The work object sub-state.
|
static StringValue<String> |
WorkObjectValues.TENANT_ID
The work object tenant ID.
|
static StringValue<String> |
WorkObjectValues.TYPE
The work object type.
|
Modifier and Type | Method and Description |
---|---|
static StringValue<String> |
WorkObjectValues.newStringValue(String name)
Constructs a new string value accessor.
|
static <T> StringValue<T> |
WorkObjectValues.newStringValue(String name,
ValueConverter<T,String> valueConverter)
Constructs a new string value accessor.
|
Modifier and Type | Class and Description |
---|---|
class |
StringValueImpl<T> |
Modifier and Type | Field and Description |
---|---|
static StringValue<String> |
CloudAccount.ACCOUNT_GROUP_ID |
static StringValue<String> |
CloudAccount.CSS_CLASS |
Modifier and Type | Field and Description |
---|---|
static StringValue<String> |
MailModel.MAIL_BODY |
static StringValue<String> |
MailModel.MAIL_SUBJECT |
static StringValue<String> |
AppModel.PRIMARY_LANGUAGE |
Modifier and Type | Method and Description |
---|---|
static String |
DocumentActivityExecutor.createDocumentTemplateInCase(WorkObjectService workObjectService,
AnyWorkObjectDefinition definition,
StringValue<String> idVariableName,
String docName,
String caseId,
AnyWorkObject workObjectInScope,
Map<String,String> customProperties)
Create a document template instance and link it as a child to the case identified by the passed caseId.
|
Modifier and Type | Field and Description |
---|---|
static StringValue<ModelRevision> |
OneModelPersistenceService.LATEST_MODEL_REVISION |
static StringValue<ModelRevision> |
OneModelPersistenceService.LATEST_MODEL_REVISION_VAR
Deprecated.
|
static StringValue<String> |
OneModelPersistenceService.REVISIONS |
static StringValue<String> |
OneModelPersistenceService.REVISIONS_VAR
Deprecated.
|
Modifier and Type | Field and Description |
---|---|
static StringValue<String> |
CloudVariables.ACTION_COMMENT |
static StringValue<String> |
CloudVariables.COMMENTS
Deprecated.
because of CLD-11374
|
static StringValue<ContentReference> |
CloudVariables.CONTENT_REFERENCE |
static StringValue<String> |
CloudVariables.DOCUMENT_VIEWER_ANNOTATIONS_VARIABLE
The variable where document viewer annotations are stored.
|
static StringValue<String> |
CloudVariables.DOCUMENT_VIEWER_COMMENTS_VARIABLE
The variable where document viewer comments are stored.
|
static StringValue<String> |
CloudVariables.KEY |
static StringValue<String> |
CloudVariables.LAST_ACTION_COMMENT |
static StringValue<String> |
CloudVariables.MODEL_ID |
static StringValue<String> |
CloudVariables.ORIGINATING_CASE_ID |
static StringValue<String> |
CloudVariables.ORIGINATING_PROCESS_ID |
static StringValue<String> |
CloudVariables.QUERY_STRING |
static StringValue<String> |
CloudVariables.RESOURCE_STRING |
static StringValue<String> |
CloudVariables.SYSTEM_MODEL |
Modifier and Type | Field and Description |
---|---|
static StringValue<String> |
AppConstants.APP_MODEL_CURRENT_VERSION_ID_VAR |
static StringValue<String> |
AppConstants.APP_MODEL_REVISION_HISTORY_VAR |
Modifier and Type | Field and Description |
---|---|
static StringValue<String> |
UserUtils.ADDRESS
The variable that holds the address of the user.
|
static StringValue<String> |
UserValues.ADDRESS
The user’s address.
|
static StringValue<String> |
UserUtils.DEPUTY_USER_ID
The variable that holds the user information who can act as user deputy.
|
static StringValue<String> |
UserUtils.EMAIL_ADDRESS
The variable that holds the email address of the user.
|
static StringValue<String> |
UserValues.EMAIL_ADDRESS
The user’s email address.
|
static StringValue<String> |
UserUtils.FIRST_NAME
The variable that holds the first name of the user.
|
static StringValue<String> |
UserValues.FIRST_NAME
The user’s first name.
|
static StringValue<String> |
UserUtils.HOME_URL
The variable that holds the home url of the user.
|
static StringValue<String> |
UserValues.HOME_URL
The user’s home url.
|
static StringValue<String> |
UserUtils.LANGUAGE
The variable that holds the language of the user.
|
static StringValue<String> |
UserValues.LANGUAGE
The user’s language.
|
static StringValue<String> |
UserUtils.LAST_NAME
The variable that holds the last name of the user.
|
static StringValue<String> |
UserValues.LAST_NAME
The user’s last name.
|
static StringValue<String> |
UserUtils.LOGIN
The variable that holds the login of the user.
|
static StringValue<String> |
UserValues.LOGIN
The user’s login.
|
static StringValue<String> |
UserUtils.MOBILE_NUMBER
The variable that holds the mobile number of the user.
|
static StringValue<String> |
UserValues.MOBILE_NUMBER
The user’s mobile number.
|
static StringValue<String> |
UserUtils.NOTES
The variable that holds additional notes of the user.
|
static StringValue<String> |
UserValues.NOTES
Additional notes.
|
static StringValue<String> |
UserUtils.ORIGIN_USER_ID |
static StringValue<String> |
UserUtils.ORIGIN_USER_LOGIN |
static StringValue<String> |
UserUtils.ORIGIN_USER_NAME |
static StringValue<String> |
UserUtils.PASSWORD
The variable that holds the password of the user.
|
static StringValue<String> |
UserValues.PASSWORD
The user’s password.
|
static StringValue<String> |
UserUtils.PHONE_NUMBER
The variable that holds the phone number of the user.
|
static StringValue<String> |
UserValues.PHONE_NUMBER
The user’s phone number.
|
Modifier and Type | Field and Description |
---|---|
static StringValue<String> |
LegacyConstants.MODEL_GUID
This model variable was used in models that could be edited in edoras vis to link
the vis DB tables to the model work object.
|
Modifier and Type | Field and Description |
---|---|
static StringValue<String> |
ModelValues.APP_MODEL_CURRENT_VERSION_ID
The current version ID
|
static StringValue<String> |
ModelValues.APP_MODEL_REVISION_HISTORY
The App revision history.
|
static StringValue<String> |
ModelUtils.CASE_MODEL_TYPE
The variable that holds the case model type.
|
static StringValue<String> |
ModelUtils.INIT_FORM
The variable that holds the key to the init form of the work item, which is created from the model work item.
|
static StringValue<String> |
ModelValues.PRIMARY_LANGUAGE
The App primary language.
|
static StringValue<String> |
ModelUtils.WORK_FORM
The variable that holds the key to the work form of the work item, which is created from the model work item.
|
Copyright © 2010 - 2019 edorasware ag. All Rights Reserved.