|
Fuego Process API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
| Field Summary |
| Fields inherited from interface fuego.papi.View |
APPLICATIONS_DEFAUTL_ID, ATTACHMENTS_DEFAULT_ID, BOOKMARK_DEFAULT_ID, CONSULTATIONS_DEFAUTL_ID, DEFAULT_OWNER, HISTORY_DEFAUTL_ID, HISTORY_TODAY_DEFAULT_ID, INBOX_DEFAULT_ID |
| Method Summary | |
void |
assignProcess(String processId)
Assign a new process identification |
void |
assignProcesses(String[] processIds)
Assign more than one process identification. |
void |
assignRole(String roleId)
Assign a new role |
void |
assignRoles(String[] roleIds)
Assign more than one role |
void |
clearLabels()
remove all labels assigned. |
String |
removeLabel(Locale locale)
Remove the label for a specific locale. |
void |
setCustom(boolean isCustom)
Set if this view is a custom or a default view. |
void |
setHidden(boolean isHidden)
Set if this view is hidden or not. |
void |
setLabel(String label,
Locale locale)
Set a lable for a specific locale |
void |
setPresentation(String presentationId)
Set the presentation for this view |
void |
setReadOnly(boolean isReadOnly)
Set if this view read only or not. |
void |
unassignAllProcesses()
Unassign all assigned process |
void |
unassignAllRoles()
Unassign all assigned roles |
void |
unassignProcess(String processId)
Unassign a specific assigned process |
void |
unassignRole(String roleId)
Unassign a specific assigned role |
| Methods inherited from interface fuego.papi.View |
getAssignedProcesses, getAssignedRoles, getId, getLabel, getOwner, getParentId, getPresentation, getPresentationType, getType, hasType, isCustom, isHidden, isReadOnly, isTransient |
| Method Detail |
public void setCustom(boolean isCustom)
isCustom - public void setHidden(boolean isHidden)
isHidden -
public void setLabel(String label,
Locale locale)
label - locale - public void setPresentation(String presentationId)
presentationId - public void setReadOnly(boolean isReadOnly)
isReadOnly - public void assignProcess(String processId)
processId - public void assignProcesses(String[] processIds)
processIds - public void assignRole(String roleId)
roleId - public void assignRoles(String[] roleIds)
roleIds - public void clearLabels()
public String removeLabel(Locale locale)
locale -
public void unassignAllProcesses()
public void unassignAllRoles()
public void unassignProcess(String processId)
processId - public void unassignRole(String roleId)
roleId -
|
Fuego Process API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||