public class ElementAccessManager extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SCHEMA_ELEMENT_NAME |
Constructor and Description |
---|
ElementAccessManager(ItemI i) |
Modifier and Type | Method and Description |
---|---|
boolean |
canCreateAny() |
boolean |
canEditAny() |
boolean |
canReadAny() |
String |
getElement() |
ElementDisplay |
getElementDisplay() |
ElementSecurity |
getElementSecurity() |
static Map<String,ElementAccessManager> |
GetGuestManagers() |
List<PermissionSet> |
getPermissionSets() |
PermissionCriteria |
getRootPermission(String fieldName,
Object value) |
List<PermissionCriteria> |
getRootPermissions() |
SchemaElement |
getSchemaElement() |
String |
getSchemaElementName() |
CriteriaCollection |
getXDATCriteria(String action) |
CriteriaCollection |
getXFTCriteria(String action) |
void |
setElementName(String e) |
String |
toString() |
public static final String SCHEMA_ELEMENT_NAME
public String getElement()
public void setElementName(String e)
public List<PermissionSet> getPermissionSets()
public List<PermissionCriteria> getRootPermissions() throws Exception
Exception
public PermissionCriteria getRootPermission(String fieldName, Object value) throws Exception
Exception
public String getSchemaElementName()
public SchemaElement getSchemaElement() throws ElementNotFoundException
ElementNotFoundException
public ElementDisplay getElementDisplay() throws ElementNotFoundException
ElementNotFoundException
public ElementSecurity getElementSecurity() throws ElementNotFoundException
ElementNotFoundException
public boolean canCreateAny()
public boolean canEditAny()
public boolean canReadAny()
public CriteriaCollection getXFTCriteria(String action)
public CriteriaCollection getXDATCriteria(String action)
public static Map<String,ElementAccessManager> GetGuestManagers()
Copyright © 2015 Neuroinformatics Research Group. All rights reserved.