|
ALBPM Process API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MDObject
Contains the methods that must be implemented by any metadata object.
Method Summary | |
---|---|
boolean |
containsDocumentation(Locale locale)
Returns true if the documentation for the given locale was already loaded |
String |
getDescription(Locale locale)
Returns the description for this object |
String |
getDocumentation(Locale locale)
Returns the path of the localized documentation HTML. |
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 deployment Id (LogicalId) of this object |
String |
getLabel(Locale locale)
Return the label that identify this object for a final user. |
String |
getName()
Returns this object name |
boolean |
hasLocalDocumentation()
Returns true if the object has local documentation |
void |
setDocumentation(Locale locale,
String fileName)
|
Method Detail |
---|
String getDescription(Locale locale)
locale
-
String getDocumentation(Locale locale)
locale
- the desired locale
String getFolderName()
String getId()
String getLabel(Locale locale)
locale
-
String getName()
boolean containsDocumentation(Locale locale)
locale
- The locale for the documentation
boolean hasLocalDocumentation()
void setDocumentation(Locale locale, String fileName)
|
ALBPM Process API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |