|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IWorkspace
the interface for workspace
Field Summary | |
---|---|
static String[] |
AVAILABLE_ACCESS
Array containing all access modes |
static String |
READ_ACCESS
Constant for read access mode |
static String |
REMOVE_ACCESS
Constant for remove access mode |
static String |
WRITE_ACCESS
Constant for write access mode |
Method Summary | |
---|---|
String |
getId()
Get the workspace id |
String |
getName()
Get the workspace name |
String[] |
getRoles(String strAccessType)
Get the roles associated with the given access type |
void |
setId(String strId)
Set the workspace id |
void |
setName(String strName)
Set the workspace name |
void |
setRoles(String strAccessType,
String[] roles)
Set the roles associated with the given access type |
Methods inherited from interface fr.paris.lutece.portal.service.rbac.RBACResource |
---|
getResourceId, getResourceTypeCode |
Field Detail |
---|
static final String READ_ACCESS
static final String WRITE_ACCESS
static final String REMOVE_ACCESS
static final String[] AVAILABLE_ACCESS
Method Detail |
---|
String[] getRoles(String strAccessType)
strAccessType
- the access type which must be in array AVAILABLE_ACCESS
void setRoles(String strAccessType, String[] roles)
strAccessType
- the access type which must be in array AVAILABLE_ACCESSroles
- an array of rolesString getName()
void setName(String strName)
strName
- the workspace nameString getId()
void setId(String strId)
strId
- the id
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |