|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.plugins.jcr.business.JcrRepositoryWorkspaceImpl
public class JcrRepositoryWorkspaceImpl
Implementation of IWorkspace
Field Summary |
---|
Fields inherited from interface fr.paris.lutece.plugins.jcr.business.IWorkspace |
---|
AVAILABLE_ACCESS, READ_ACCESS, REMOVE_ACCESS, WRITE_ACCESS |
Constructor Summary | |
---|---|
JcrRepositoryWorkspaceImpl()
Basic constructor |
Method Summary | |
---|---|
String |
getId()
Get the workspace id |
String |
getName()
Get the workspace name |
String |
getResourceId()
|
String |
getResourceTypeCode()
|
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 |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public JcrRepositoryWorkspaceImpl()
Method Detail |
---|
public String getId()
IWorkspace
getId
in interface IWorkspace
IWorkspace.getId()
public String getName()
IWorkspace
getName
in interface IWorkspace
IWorkspace.getName()
public String[] getRoles(String strAccessType)
IWorkspace
getRoles
in interface IWorkspace
strAccessType
- an access type code
IWorkspace.getRoles(java.lang.String)
public void setId(String strId)
IWorkspace
setId
in interface IWorkspace
strId
- the idIWorkspace.setId(java.lang.String)
public void setName(String strName)
IWorkspace
setName
in interface IWorkspace
strName
- the nameIWorkspace.setName(java.lang.String)
public void setRoles(String strAccessType, String[] roles)
IWorkspace
setRoles
in interface IWorkspace
strAccessType
- the access type coderoles
- an array of rolesIWorkspace.setRoles(java.lang.String, java.lang.String[])
public String getResourceId()
getResourceId
in interface fr.paris.lutece.portal.service.rbac.RBACResource
RBACResource.getResourceId()
public String getResourceTypeCode()
getResourceTypeCode
in interface fr.paris.lutece.portal.service.rbac.RBACResource
RBACResource.getResourceTypeCode()
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |