|
ALBPM Process API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface EditableView
This is a View where you could edit and modify.
To obtain an EditableView you must call the method
ProcessServiceSession.getEditableView(View)
with
the view that you could edit.
Field Summary | |
---|---|
static long |
serialCheck
|
static long |
serialVersionUID
|
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 |
Field Detail |
---|
static final long serialVersionUID
static final long serialCheck
Method Detail |
---|
void setCustom(boolean isCustom)
isCustom
- void setHidden(boolean isHidden)
isHidden
- void setLabel(String label, Locale locale)
label
- locale
- void setPresentation(String presentationId)
presentationId
- void setReadOnly(boolean isReadOnly)
isReadOnly
- void assignProcess(String processId)
processId
- void assignProcesses(String[] processIds)
processIds
- void assignRole(String roleId)
roleId
- void assignRoles(String[] roleIds)
roleIds
- void clearLabels()
String removeLabel(Locale locale)
locale
-
void unassignAllProcesses()
void unassignAllRoles()
void unassignProcess(String processId)
processId
- void unassignRole(String roleId)
roleId
-
|
ALBPM Process API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |