|
ALBPM Process API (PAPI) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Tasks correspond to Main Tasks and Optional Tasks in Studio.
Tasks are contained in Activities.
| Field Summary | |
static int |
CIL
Process Business Language method task type |
static int |
COMPONENT
Process Business Language Component task type |
static int |
DISPLAY
Display task type |
static int |
DISPLAY_INSTANCE
Display instance task type |
static int |
EXTERNAL
External task type |
static int |
INPUT
Input task type |
static int |
PROCEDURE
Process Business Language Procedure task type |
static int |
SCREENFLOW
Screenflow task type |
static int |
SHOW_DASHBOARD
Dashboard task type |
static int |
SHOW_PROCESS_IMAGE
Process image task type |
static int |
SHOW_WORKLOAD
Workload task type |
| Method Summary | |
boolean |
containsDocumentation(Locale locale)
Deprecated. no documentation for tasks |
Activity |
getActivity()
Gets the parent activity. |
String |
getActivityId()
Gets the ID of the parent activity. |
TaskArgument[] |
getArguments()
Gets the arguments associated with this task. |
String |
getDescription()
Gets the task description. |
String |
getDescription(Locale locale)
Gets the localized description. |
String |
getDocumentation(Locale locale)
Deprecated. no documentation for tasks |
String |
getExternalUrl()
Gets the configuration URL associated with this task. |
String |
getFolderName()
Deprecated. no documentation for tasks |
String |
getId()
Gets the task ID. The task ID is in the format "ActivityID/TaskName". |
int |
getIn()
Gets the task identification number. |
String |
getLabel(Locale locale)
Gets the localized task label. |
String |
getName()
Gets the task name. |
String |
getRtViewName()
Deprecated. |
int |
getType()
Gets the task type. |
VarDefinition[] |
getVariablesToShow()
Gets the VarDefinitions associated with this task. |
boolean |
hasLocalDocumentation()
Deprecated. no documentation for tasks |
boolean |
isExternal()
Returns true if this task is an external task. |
boolean |
isMandatory()
Returns true this task is mandatory. |
boolean |
isOpenNewWindow()
Returns true if this task opens in a new window.Dashboards can be designed to open in a new window. |
boolean |
isReadOnly()
Returns true if this task is read-only. |
boolean |
isRepeatable()
Returns true if this task is repeatable. |
boolean |
isShowBrowserFullFunc()
For internal use only. |
void |
setDocumentation(Locale locale,
String fileName)
For internal use only. |
| Field Detail |
public static final int CIL
public static final int COMPONENT
public static final int DISPLAY
public static final int DISPLAY_INSTANCE
public static final int EXTERNAL
public static final int INPUT
public static final int PROCEDURE
public static final int SCREENFLOW
public static final int SHOW_DASHBOARD
public static final int SHOW_PROCESS_IMAGE
public static final int SHOW_WORKLOAD
| Method Detail |
public VarDefinition[] getVariablesToShow()
public Activity getActivity()
public String getActivityId()
public TaskArgument[] getArguments()
public String getDescription()
public String getDescription(Locale locale)
getDescription in interface MDObjectlocale - locale for the localized description; cannot be null
public void setDocumentation(Locale locale,
String fileName)
setDocumentation in interface MDObjectlocale - locale for this documentation. Cannot be null.fileName - html documentation Cannot be null.public String getDocumentation(Locale locale)
null will be returned.
getDocumentation in interface MDObjectlocale - the desired locale
public boolean isExternal()
true if this task is an external task.
true if this task is getType() == Task.EXTERNALpublic String getExternalUrl()
public String getFolderName()
getFolderName in interface MDObjectpublic String getId()
getId in interface MDObjectpublic int getIn()
public String getLabel(Locale locale)
getLabel in interface MDObjectlocale - the desired locale.
public boolean isMandatory()
true this task is mandatory. By default, only the main task is mandatory.
true if this task is mandatorypublic String getName()
getName in interface MDObjectpublic boolean isOpenNewWindow()
true if this task opens in a new window.
true if this task opens in a new windowpublic boolean isReadOnly()
true if this task is read-only. If the task is read-only, the task will not modify the instance.
By default, all optional tasks are read-only and repeatable.
true if this task is read-onlypublic boolean isRepeatable()
true if this task is repeatable. By default, all optional tasks are read-only and
repeatable.
true if this task is repeatablepublic String getRtViewName()
public boolean isShowBrowserFullFunc()
public int getType()
CIL, COMPONENT, DISPLAY, DISPLAY_INSTANCE,
EXTERNAL, INPUT, PROCEDURE, SCREENFLOW, SHOW_DASHBOARD,
SHOW_PROCESS_IMAGE, SHOW_WORKLOAD.
public boolean containsDocumentation(Locale locale)
true if the documentation for the given locale was already loaded.
containsDocumentation in interface MDObjectlocale - the locale for the documentation
true if the documentation was already loadedpublic boolean hasLocalDocumentation()
true if the documentation was downloaded.
hasLocalDocumentation in interface MDObjecttrue if the documentation was downloaded
|
ALBPM Process API (PAPI) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||