|
ALBPM Process API (PAPI) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Contains the basic information of any metadata object.
The metadata is all information about a process deployed, included Process, Activity and
Task.
| Method Summary | |
boolean |
containsDocumentation(Locale locale)
Returns if the documentation for the given locale was already loaded |
String |
getDescription(Locale locale)
Gets the localized description for this object |
String |
getDocumentation(Locale locale)
Gets the path of the localized documentation HTML. If the localized documentation is not available, null must be returned. |
String |
getFolderName()
Getss 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()
Gets the deployment Id (LogicalId) of this object |
String |
getLabel(Locale locale)
Gets the localized label that identify this object for a final user. |
String |
getName()
Gets this object name |
boolean |
hasLocalDocumentation()
Returns if the object has local documentation |
void |
setDocumentation(Locale locale,
String fileName)
Sets the documentation for a given locale. |
| Method Detail |
public String getDescription(Locale locale)
locale - the desired locale.
public String getDocumentation(Locale locale)
null must be returned.
locale - the desired locale.
public String getFolderName()
public String getId()
public String getLabel(Locale locale)
locale - the desired locale.
public String getName()
public boolean containsDocumentation(Locale locale)
locale - the desired locale.
true if the documentation was already loaded.public boolean hasLocalDocumentation()
true if the object has local documentation.
public void setDocumentation(Locale locale,
String fileName)
locale - locale for this documentation. Cannot be null.fileName - html documentation Cannot be null.
|
ALBPM Process API (PAPI) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||