public interface Activity extends WorkflowElement
Modifier and Type | Field and Description |
---|---|
static int |
EMAIL_EDITORS |
static int |
EMAIL_LAST_AGENT |
static int |
EMAIL_LIST |
static int |
EMAIL_RESPONSIBLE |
static int |
EMAIL_SEND |
static int |
EMAIL_TASK_CREATOR |
static String |
PROPERTY_AUTOMATIC |
static String |
PROPERTY_EMAIL_BODY |
static String |
PROPERTY_EMAIL_EDITORS |
static String |
PROPERTY_EMAIL_GROUPS |
static String |
PROPERTY_EMAIL_LAST_AGENT |
static String |
PROPERTY_EMAIL_LIST |
static String |
PROPERTY_EMAIL_RESPONSIBLE |
static String |
PROPERTY_EMAIL_SEND |
static String |
PROPERTY_EMAIL_SUBJECT |
static String |
PROPERTY_EMAIL_TASK_CREATOR |
static String |
PROPERTY_EMAIL_USER |
static String |
PROPERTY_LOCATION |
static String |
PROPERTY_SCRIPT |
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() |
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 notiefied 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, getName, 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 © 2014 e-Spirit AG. All Rights Reserved. Build 5.0_BETA.500