Fuego Process API

fuego.papi
Interface EditableView

All Superinterfaces:
Serializable, View
All Known Subinterfaces:
EditableActivityView, EditableApplicationsView, EditableAttachmentsView, EditableBookmarkView, EditableConsultationsView, EditableFolderView, EditableHistoryView, EditableInstancesView

public interface EditableView
extends View


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

setCustom

public void setCustom(boolean isCustom)
Set if this view is a custom or a default view.

Parameters:
isCustom -

setHidden

public void setHidden(boolean isHidden)
Set if this view is hidden or not.

Parameters:
isHidden -

setLabel

public void setLabel(String label,
                     Locale locale)
Set a lable for a specific locale

Parameters:
label -
locale -

setPresentation

public void setPresentation(String presentationId)
Set the presentation for this view

Parameters:
presentationId -

setReadOnly

public void setReadOnly(boolean isReadOnly)
Set if this view read only or not.

Parameters:
isReadOnly -

assignProcess

public void assignProcess(String processId)
Assign a new process identification

Parameters:
processId -

assignProcesses

public void assignProcesses(String[] processIds)
Assign more than one process identification.

Parameters:
processIds -

assignRole

public void assignRole(String roleId)
Assign a new role

Parameters:
roleId -

assignRoles

public void assignRoles(String[] roleIds)
Assign more than one role

Parameters:
roleIds -

clearLabels

public void clearLabels()
remove all labels assigned.


removeLabel

public String removeLabel(Locale locale)
Remove the label for a specific locale.

Parameters:
locale -
Returns:

unassignAllProcesses

public void unassignAllProcesses()
Unassign all assigned process


unassignAllRoles

public void unassignAllRoles()
Unassign all assigned roles


unassignProcess

public void unassignProcess(String processId)
Unassign a specific assigned process

Parameters:
processId -

unassignRole

public void unassignRole(String roleId)
Unassign a specific assigned role

Parameters:
roleId -

Fuego Process API

© Copyright 1996/2003 Fuego Inc. All Rights Reserved