public interface Activity extends WorkflowElement
Modifier and Type | Field and Description |
---|---|
static int |
EMAIL_EDITORS
E-mail property bit value on whether to send to editos.
|
static int |
EMAIL_LAST_AGENT
E-mail property bit value on whether to send to the last editor.
|
static int |
EMAIL_LIST
E-mail property bit value on whether to send to a list.
|
static int |
EMAIL_RESPONSIBLE
E-mail property bit value on whether to send to beneficiaries.
|
static int |
EMAIL_SEND
E-mail property bit value on whether to send e-mails.
|
static int |
EMAIL_TASK_CREATOR
E-mail property bit value on whether to send to the task creator.
|
static String |
PROPERTY_AUTOMATIC
Name of transition mode automatic property.
|
static String |
PROPERTY_EMAIL_BODY
Name of e-mail body property.
|
static String |
PROPERTY_EMAIL_EDITORS
Name of activation property to send e-mails to editors.
|
static String |
PROPERTY_EMAIL_GROUPS
Name of property defining a list of e-mail receivers by group names.
|
static String |
PROPERTY_EMAIL_LAST_AGENT
Name of activation property to send e-mails to the last editor.
|
static String |
PROPERTY_EMAIL_LIST
Name of activation property to send e-mails to a list of e-mail receivers.
|
static String |
PROPERTY_EMAIL_RESPONSIBLE
Name of activation property to send e-mails to beneficiaries.
|
static String |
PROPERTY_EMAIL_SEND
Name of e-mail activation property.
|
static String |
PROPERTY_EMAIL_SUBJECT
Name of e-mail subject property.
|
static String |
PROPERTY_EMAIL_TASK_CREATOR
Name of activation property to send e-mails to task creators.
|
static String |
PROPERTY_EMAIL_USER
Name of property defining a list of e-mail receivers by user names.
|
static String |
PROPERTY_LOCATION
Name of location property.
|
static String |
PROPERTY_SCRIPT
Name of script property.
|
ACTIVITY, PROPERTY_DESCRIPTION, PROPERTY_DESCRIPTION_LANGUAGE, PROPERTY_NAME, PROPERTY_NAME_LANGUAGE, STATE, TRANSITION
Modifier and Type | Method and Description |
---|---|
String |
getEmailBody()
Returns the text from the email.
|
List<String> |
getEmailGroups()
Provides the groups who are selected to be notified by mail.
|
boolean |
getEmailProperty(int property)
Returns true if this activity has the given property
|
String |
getEmailSubject()
Returns the title from the email.
|
List<String> |
getEmailUser()
Returns the user who are selected to be notified by mail.
|
String |
getScript()
Returns the script name that belongs to this activity.
|
List<? extends Transition> |
getSourceTransitions()
Returns all transitions that points TO this activity.
|
List<? extends Transition> |
getTargetTransitions()
Returns all Transitions which points FROM this activity.
|
boolean |
isAutomatic()
Returns if this activity is exectued autmaticallly.
|
getDescription, getDescription, getDisplayName, getID, getProperty, getType, getUid, getWorkflow
static final String PROPERTY_SCRIPT
static final String PROPERTY_LOCATION
static final String PROPERTY_AUTOMATIC
static final String PROPERTY_EMAIL_SEND
static final String PROPERTY_EMAIL_RESPONSIBLE
static final String PROPERTY_EMAIL_TASK_CREATOR
static final String PROPERTY_EMAIL_EDITORS
static final String PROPERTY_EMAIL_LAST_AGENT
static final String PROPERTY_EMAIL_LIST
static final String PROPERTY_EMAIL_SUBJECT
static final String PROPERTY_EMAIL_BODY
static final String PROPERTY_EMAIL_USER
static final String PROPERTY_EMAIL_GROUPS
static final int EMAIL_SEND
static final int EMAIL_RESPONSIBLE
static final int EMAIL_TASK_CREATOR
static final int EMAIL_LAST_AGENT
static final int EMAIL_LIST
static final int EMAIL_EDITORS
List<? extends Transition> getSourceTransitions()
List<? extends Transition> getTargetTransitions()
String getScript()
boolean isAutomatic()
boolean getEmailProperty(int property)
property
- one of the email properties defined by this interfaceString getEmailSubject()
String getEmailBody()
List<String> getEmailUser()
Copyright © 2021 e-Spirit AG. All Rights Reserved. Build 5.2.210210