|
Fuego Process API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
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 |
public String getDescription(Locale locale)
locale -
public String getDocumentation(Locale locale)
locale - the desired locale
public String getFolderName()
public String getId()
public String getLabel(Locale locale)
locale -
public String getName()
public boolean containsDocumentation(Locale locale)
locale - The locale for the documentation
public boolean hasLocalDocumentation()
public void setDocumentation(Locale locale,
String fileName)
|
Fuego Process API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||