|
Fuego Process API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
| Field Summary | |
static int |
CIL
|
static int |
COMPONENT
|
static int |
DISPLAY
|
static int |
DISPLAY_INSTANCE
|
static int |
EXTERNAL
|
static int |
INPUT
|
static int |
PROCEDURE
|
static int |
SCREENFLOW
|
static int |
SHOW_DASHBOARD
|
static int |
SHOW_PROCESS_IMAGE
|
static int |
SHOW_WORKLOAD
|
| Method Summary | |
boolean |
containsDocumentation(Locale locale)
Returns true if the documentation for the given locale was already loaded |
Activity |
getActivity()
Returns the activity for this task |
String |
getActivityId()
Returns the activity id |
TaskArgument[] |
getArguments()
Returns all the arguments of this task. |
String |
getDescription()
Return the description of the task |
String |
getDescription(Locale locale)
Returns the localized desciption |
String |
getDocumentation(Locale locale)
Deprecated. no documentation for tasks. |
String |
getExternalUrl()
Returns the URL associated with an external task (if any) |
String |
getFolderName()
Returns the name of the folder to hold all this object documentation The name has to be an UNIQUE identificator of this object, ans must be an acceptable filesystem folder name (you can specify subfolders using the character '/') |
String |
getId()
Returns the task Id. |
int |
getIn()
Returns the task identification number |
String |
getLabel(Locale locale)
Returns the label of the task for the given Locale |
String |
getName()
Returns the name of the task |
String |
getRtViewName()
Returns the display name |
int |
getType()
Returns the task type |
VarDefinition[] |
getVariablesToShow()
Returns the defined variables to show |
boolean |
hasLocalDocumentation()
Returns true if the object has local documentation |
boolean |
isExternal()
When the task is external, its implementation is expected to be provided by the caller. |
boolean |
isMandatory()
Returns whether or not this activity item is mandatory |
boolean |
isOpenNewWindow()
|
boolean |
isReadOnly()
When the task is 'read only', the task will not modify the instance. |
boolean |
isRepeatable()
Returns whether or not this activity item is repeatable |
boolean |
isShowBrowserFullFunc()
|
void |
setDocumentation(Locale locale,
String fileName)
|
| 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 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
public static final int EXTERNAL
| Method Detail |
public VarDefinition[] getVariablesToShow()
public Activity getActivity()
public String getActivityId()
public TaskArgument[] getArguments()
public String getDescription()
MDObjectpublic String getDescription(Locale locale)
getDescription in interface MDObjectlocale -
MDObject
public void setDocumentation(Locale locale,
String fileName)
setDocumentation in interface MDObjectpublic String getDocumentation(Locale locale)
getDocumentation in interface MDObjectlocale - the desired locale
public boolean isExternal()
public String getExternalUrl()
public String getFolderName()
MDObject
getFolderName in interface MDObjectpublic String getId()
getId in interface MDObjectMDObjectpublic int getIn()
public String getLabel(Locale locale)
getLabel in interface MDObjectlocale -
public boolean isMandatory()
public String getName()
getName in interface MDObjectpublic boolean isOpenNewWindow()
public boolean isReadOnly()
public boolean isRepeatable()
public String getRtViewName()
public boolean isShowBrowserFullFunc()
public int getType()
public boolean containsDocumentation(Locale locale)
containsDocumentation in interface MDObjectlocale - The locale for the documentation
public boolean hasLocalDocumentation()
MDObject
hasLocalDocumentation in interface MDObject
|
Fuego Process API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||