public interface IAnoAccessConfigurationService
extends net.anotheria.asg.service.ASGService
| Modifier and Type | Method and Description |
|---|---|
AccessOperation |
createAccessOperation(AccessOperation accessoperation)
Creates a new AccessOperation object.
|
java.util.List<AccessOperation> |
createAccessOperations(java.util.List<AccessOperation> list)
Creates multiple new AccessOperation objects.
|
Constraint |
createConstraint(Constraint constraint)
Creates a new Constraint object.
|
java.util.List<Constraint> |
createConstraints(java.util.List<Constraint> list)
Creates multiple new Constraint objects.
|
ContextInitializer |
createContextInitializer(ContextInitializer contextinitializer)
Creates a new ContextInitializer object.
|
java.util.List<ContextInitializer> |
createContextInitializers(java.util.List<ContextInitializer> list)
Creates multiple new ContextInitializer objects.
|
Permission |
createPermission(Permission permission)
Creates a new Permission object.
|
java.util.List<Permission> |
createPermissions(java.util.List<Permission> list)
Creates multiple new Permission objects.
|
Role |
createRole(Role role)
Creates a new Role object.
|
java.util.List<Role> |
createRoles(java.util.List<Role> list)
Creates multiple new Role objects.
|
void |
deleteAccessOperation(AccessOperation accessoperation)
Deletes a AccessOperation object.
|
void |
deleteAccessOperation(java.lang.String id)
Deletes a AccessOperation object by id.
|
void |
deleteAccessOperations(java.util.List<AccessOperation> list)
Deletes multiple AccessOperation object.
|
void |
deleteConstraint(Constraint constraint)
Deletes a Constraint object.
|
void |
deleteConstraint(java.lang.String id)
Deletes a Constraint object by id.
|
void |
deleteConstraints(java.util.List<Constraint> list)
Deletes multiple Constraint object.
|
void |
deleteContextInitializer(ContextInitializer contextinitializer)
Deletes a ContextInitializer object.
|
void |
deleteContextInitializer(java.lang.String id)
Deletes a ContextInitializer object by id.
|
void |
deleteContextInitializers(java.util.List<ContextInitializer> list)
Deletes multiple ContextInitializer object.
|
void |
deletePermission(Permission permission)
Deletes a Permission object.
|
void |
deletePermission(java.lang.String id)
Deletes a Permission object by id.
|
void |
deletePermissions(java.util.List<Permission> list)
Deletes multiple Permission object.
|
void |
deleteRole(Role role)
Deletes a Role object.
|
void |
deleteRole(java.lang.String id)
Deletes a Role object by id.
|
void |
deleteRoles(java.util.List<Role> list)
Deletes multiple Role object.
|
void |
executeParsingForDocument(DocumentName documentName,
org.codehaus.jettison.json.JSONObject data)
Save transferred document by its own type.
|
net.anotheria.anodoc.query2.QueryResult |
executeQueryOnAccessOperations(net.anotheria.anodoc.query2.DocumentQuery query)
Executes a query.
|
net.anotheria.anodoc.query2.QueryResult |
executeQueryOnAllObjects(net.anotheria.anodoc.query2.DocumentQuery query)
Executes a query on all data objects (documents, vo) which are part of this module and managed by this service.
|
net.anotheria.anodoc.query2.QueryResult |
executeQueryOnConstraints(net.anotheria.anodoc.query2.DocumentQuery query)
Executes a query.
|
net.anotheria.anodoc.query2.QueryResult |
executeQueryOnContextInitializers(net.anotheria.anodoc.query2.DocumentQuery query)
Executes a query.
|
net.anotheria.anodoc.query2.QueryResult |
executeQueryOnPermissions(net.anotheria.anodoc.query2.DocumentQuery query)
Executes a query.
|
net.anotheria.anodoc.query2.QueryResult |
executeQueryOnRoles(net.anotheria.anodoc.query2.DocumentQuery query)
Executes a query.
|
net.anotheria.util.xml.XMLNode |
exportAccessOperationsToXML(java.util.List<AccessOperation> listAccessOperations)
Creates an xml element with selected contained data.
|
net.anotheria.util.xml.XMLNode |
exportConstraintsToXML(java.util.List<Constraint> listConstraints)
Creates an xml element with selected contained data.
|
net.anotheria.util.xml.XMLNode |
exportContextInitializersToXML(java.util.List<ContextInitializer> listContextInitializers)
Creates an xml element with selected contained data.
|
net.anotheria.util.xml.XMLNode |
exportPermissionsToXML(java.util.List<Permission> listPermissions)
Creates an xml element with selected contained data.
|
net.anotheria.util.xml.XMLNode |
exportRolesToXML(java.util.List<Role> listRoles)
Creates an xml element with selected contained data.
|
net.anotheria.util.xml.XMLNode |
exportToXML()
creates an xml element with all contained data.
|
void |
fetchAccessOperation(java.lang.String id,
java.util.Set<java.lang.String> addedDocuments,
org.codehaus.jettison.json.JSONArray data)
Create json object list dependencies for this AccessOperation document.
|
void |
fetchConstraint(java.lang.String id,
java.util.Set<java.lang.String> addedDocuments,
org.codehaus.jettison.json.JSONArray data)
Create json object list dependencies for this Constraint document.
|
void |
fetchContextInitializer(java.lang.String id,
java.util.Set<java.lang.String> addedDocuments,
org.codehaus.jettison.json.JSONArray data)
Create json object list dependencies for this ContextInitializer document.
|
void |
fetchPermission(java.lang.String id,
java.util.Set<java.lang.String> addedDocuments,
org.codehaus.jettison.json.JSONArray data)
Create json object list dependencies for this Permission document.
|
void |
fetchRole(java.lang.String id,
java.util.Set<java.lang.String> addedDocuments,
org.codehaus.jettison.json.JSONArray data)
Create json object list dependencies for this Role document.
|
AccessOperation |
getAccessOperation(java.lang.String id)
Returns the AccessOperation object with the specified id.
|
java.util.List<AccessOperation> |
getAccessOperations()
Returns all AccessOperations objects stored.
|
java.util.List<AccessOperation> |
getAccessOperations(net.anotheria.util.slicer.Segment aSegment)
Returns AccessOperations objects segment.
|
java.util.List<AccessOperation> |
getAccessOperations(net.anotheria.util.sorter.SortType sortType)
Returns all AccessOperations objects sorted by given sortType.
|
java.util.List<AccessOperation> |
getAccessOperationsByProperty(net.anotheria.anodoc.query2.QueryProperty... property)
Returns all AccessOperation objects, where property matches.
|
java.util.List<AccessOperation> |
getAccessOperationsByProperty(net.anotheria.util.slicer.Segment aSegment,
net.anotheria.anodoc.query2.QueryProperty... aProperty)
Returns AccessOperation objects segment, where property matches.
|
java.util.List<AccessOperation> |
getAccessOperationsByProperty(net.anotheria.util.slicer.Segment aSegment,
net.anotheria.util.sorter.SortType aSortType,
net.anotheria.anodoc.query2.QueryProperty... aProperty)
Returns AccessOperation objects segment, where property matches, sorted.
|
java.util.List<AccessOperation> |
getAccessOperationsByProperty(net.anotheria.util.sorter.SortType sortType,
net.anotheria.anodoc.query2.QueryProperty... property)
Returns all AccessOperation objects, where property matches, sorted.
|
java.util.List<AccessOperation> |
getAccessOperationsByProperty(java.lang.String propertyName,
java.lang.Object value)
Returns all AccessOperation objects, where property with given name equals object.
|
java.util.List<AccessOperation> |
getAccessOperationsByProperty(java.lang.String propertyName,
java.lang.Object value,
net.anotheria.util.sorter.SortType sortType)
Returns all AccessOperation objects, where property with given name equals object, sorted.
|
int |
getAccessOperationsCount()
Returns all AccessOperations count.
|
Constraint |
getConstraint(java.lang.String id)
Returns the Constraint object with the specified id.
|
java.util.List<Constraint> |
getConstraints()
Returns all Constraints objects stored.
|
java.util.List<Constraint> |
getConstraints(net.anotheria.util.slicer.Segment aSegment)
Returns Constraints objects segment.
|
java.util.List<Constraint> |
getConstraints(net.anotheria.util.sorter.SortType sortType)
Returns all Constraints objects sorted by given sortType.
|
java.util.List<Constraint> |
getConstraintsByProperty(net.anotheria.anodoc.query2.QueryProperty... property)
Returns all Constraint objects, where property matches.
|
java.util.List<Constraint> |
getConstraintsByProperty(net.anotheria.util.slicer.Segment aSegment,
net.anotheria.anodoc.query2.QueryProperty... aProperty)
Returns Constraint objects segment, where property matches.
|
java.util.List<Constraint> |
getConstraintsByProperty(net.anotheria.util.slicer.Segment aSegment,
net.anotheria.util.sorter.SortType aSortType,
net.anotheria.anodoc.query2.QueryProperty... aProperty)
Returns Constraint objects segment, where property matches, sorted.
|
java.util.List<Constraint> |
getConstraintsByProperty(net.anotheria.util.sorter.SortType sortType,
net.anotheria.anodoc.query2.QueryProperty... property)
Returns all Constraint objects, where property matches, sorted.
|
java.util.List<Constraint> |
getConstraintsByProperty(java.lang.String propertyName,
java.lang.Object value)
Returns all Constraint objects, where property with given name equals object.
|
java.util.List<Constraint> |
getConstraintsByProperty(java.lang.String propertyName,
java.lang.Object value,
net.anotheria.util.sorter.SortType sortType)
Returns all Constraint objects, where property with given name equals object, sorted.
|
int |
getConstraintsCount()
Returns all Constraints count.
|
ContextInitializer |
getContextInitializer(java.lang.String id)
Returns the ContextInitializer object with the specified id.
|
java.util.List<ContextInitializer> |
getContextInitializers()
Returns all ContextInitializers objects stored.
|
java.util.List<ContextInitializer> |
getContextInitializers(net.anotheria.util.slicer.Segment aSegment)
Returns ContextInitializers objects segment.
|
java.util.List<ContextInitializer> |
getContextInitializers(net.anotheria.util.sorter.SortType sortType)
Returns all ContextInitializers objects sorted by given sortType.
|
java.util.List<ContextInitializer> |
getContextInitializersByProperty(net.anotheria.anodoc.query2.QueryProperty... property)
Returns all ContextInitializer objects, where property matches.
|
java.util.List<ContextInitializer> |
getContextInitializersByProperty(net.anotheria.util.slicer.Segment aSegment,
net.anotheria.anodoc.query2.QueryProperty... aProperty)
Returns ContextInitializer objects segment, where property matches.
|
java.util.List<ContextInitializer> |
getContextInitializersByProperty(net.anotheria.util.slicer.Segment aSegment,
net.anotheria.util.sorter.SortType aSortType,
net.anotheria.anodoc.query2.QueryProperty... aProperty)
Returns ContextInitializer objects segment, where property matches, sorted.
|
java.util.List<ContextInitializer> |
getContextInitializersByProperty(net.anotheria.util.sorter.SortType sortType,
net.anotheria.anodoc.query2.QueryProperty... property)
Returns all ContextInitializer objects, where property matches, sorted.
|
java.util.List<ContextInitializer> |
getContextInitializersByProperty(java.lang.String propertyName,
java.lang.Object value)
Returns all ContextInitializer objects, where property with given name equals object.
|
java.util.List<ContextInitializer> |
getContextInitializersByProperty(java.lang.String propertyName,
java.lang.Object value,
net.anotheria.util.sorter.SortType sortType)
Returns all ContextInitializer objects, where property with given name equals object, sorted.
|
int |
getContextInitializersCount()
Returns all ContextInitializers count.
|
Permission |
getPermission(java.lang.String id)
Returns the Permission object with the specified id.
|
java.util.List<Permission> |
getPermissions()
Returns all Permissions objects stored.
|
java.util.List<Permission> |
getPermissions(net.anotheria.util.slicer.Segment aSegment)
Returns Permissions objects segment.
|
java.util.List<Permission> |
getPermissions(net.anotheria.util.sorter.SortType sortType)
Returns all Permissions objects sorted by given sortType.
|
java.util.List<Permission> |
getPermissionsByProperty(net.anotheria.anodoc.query2.QueryProperty... property)
Returns all Permission objects, where property matches.
|
java.util.List<Permission> |
getPermissionsByProperty(net.anotheria.util.slicer.Segment aSegment,
net.anotheria.anodoc.query2.QueryProperty... aProperty)
Returns Permission objects segment, where property matches.
|
java.util.List<Permission> |
getPermissionsByProperty(net.anotheria.util.slicer.Segment aSegment,
net.anotheria.util.sorter.SortType aSortType,
net.anotheria.anodoc.query2.QueryProperty... aProperty)
Returns Permission objects segment, where property matches, sorted.
|
java.util.List<Permission> |
getPermissionsByProperty(net.anotheria.util.sorter.SortType sortType,
net.anotheria.anodoc.query2.QueryProperty... property)
Returns all Permission objects, where property matches, sorted.
|
java.util.List<Permission> |
getPermissionsByProperty(java.lang.String propertyName,
java.lang.Object value)
Returns all Permission objects, where property with given name equals object.
|
java.util.List<Permission> |
getPermissionsByProperty(java.lang.String propertyName,
java.lang.Object value,
net.anotheria.util.sorter.SortType sortType)
Returns all Permission objects, where property with given name equals object, sorted.
|
int |
getPermissionsCount()
Returns all Permissions count.
|
Role |
getRole(java.lang.String id)
Returns the Role object with the specified id.
|
java.util.List<Role> |
getRoles()
Returns all Roles objects stored.
|
java.util.List<Role> |
getRoles(net.anotheria.util.slicer.Segment aSegment)
Returns Roles objects segment.
|
java.util.List<Role> |
getRoles(net.anotheria.util.sorter.SortType sortType)
Returns all Roles objects sorted by given sortType.
|
java.util.List<Role> |
getRolesByProperty(net.anotheria.anodoc.query2.QueryProperty... property)
Returns all Role objects, where property matches.
|
java.util.List<Role> |
getRolesByProperty(net.anotheria.util.slicer.Segment aSegment,
net.anotheria.anodoc.query2.QueryProperty... aProperty)
Returns Role objects segment, where property matches.
|
java.util.List<Role> |
getRolesByProperty(net.anotheria.util.slicer.Segment aSegment,
net.anotheria.util.sorter.SortType aSortType,
net.anotheria.anodoc.query2.QueryProperty... aProperty)
Returns Role objects segment, where property matches, sorted.
|
java.util.List<Role> |
getRolesByProperty(net.anotheria.util.sorter.SortType sortType,
net.anotheria.anodoc.query2.QueryProperty... property)
Returns all Role objects, where property matches, sorted.
|
java.util.List<Role> |
getRolesByProperty(java.lang.String propertyName,
java.lang.Object value)
Returns all Role objects, where property with given name equals object.
|
java.util.List<Role> |
getRolesByProperty(java.lang.String propertyName,
java.lang.Object value,
net.anotheria.util.sorter.SortType sortType)
Returns all Role objects, where property with given name equals object, sorted.
|
int |
getRolesCount()
Returns all Roles count.
|
AccessOperation |
importAccessOperation(AccessOperation accessoperation)
Imports a new AccessOperation object.
|
java.util.List<AccessOperation> |
importAccessOperations(java.util.List<AccessOperation> list)
Imports multiple new AccessOperation object.
|
Constraint |
importConstraint(Constraint constraint)
Imports a new Constraint object.
|
java.util.List<Constraint> |
importConstraints(java.util.List<Constraint> list)
Imports multiple new Constraint object.
|
ContextInitializer |
importContextInitializer(ContextInitializer contextinitializer)
Imports a new ContextInitializer object.
|
java.util.List<ContextInitializer> |
importContextInitializers(java.util.List<ContextInitializer> list)
Imports multiple new ContextInitializer object.
|
Permission |
importPermission(Permission permission)
Imports a new Permission object.
|
java.util.List<Permission> |
importPermissions(java.util.List<Permission> list)
Imports multiple new Permission object.
|
Role |
importRole(Role role)
Imports a new Role object.
|
java.util.List<Role> |
importRoles(java.util.List<Role> list)
Imports multiple new Role object.
|
AccessOperation |
updateAccessOperation(AccessOperation accessoperation)
Updates a AccessOperation object.
|
java.util.List<AccessOperation> |
updateAccessOperations(java.util.List<AccessOperation> list)
Updates multiple AccessOperation objects.
|
Constraint |
updateConstraint(Constraint constraint)
Updates a Constraint object.
|
java.util.List<Constraint> |
updateConstraints(java.util.List<Constraint> list)
Updates multiple Constraint objects.
|
ContextInitializer |
updateContextInitializer(ContextInitializer contextinitializer)
Updates a ContextInitializer object.
|
java.util.List<ContextInitializer> |
updateContextInitializers(java.util.List<ContextInitializer> list)
Updates multiple ContextInitializer objects.
|
Permission |
updatePermission(Permission permission)
Updates a Permission object.
|
java.util.List<Permission> |
updatePermissions(java.util.List<Permission> list)
Updates multiple Permission objects.
|
Role |
updateRole(Role role)
Updates a Role object.
|
java.util.List<Role> |
updateRoles(java.util.List<Role> list)
Updates multiple Role objects.
|
java.util.List<AccessOperation> getAccessOperations() throws AnoAccessConfigurationServiceException
java.util.List<AccessOperation> getAccessOperations(net.anotheria.util.sorter.SortType sortType) throws AnoAccessConfigurationServiceException
void deleteAccessOperation(java.lang.String id)
throws AnoAccessConfigurationServiceException
void deleteAccessOperation(AccessOperation accessoperation) throws AnoAccessConfigurationServiceException
void deleteAccessOperations(java.util.List<AccessOperation> list) throws AnoAccessConfigurationServiceException
AccessOperation getAccessOperation(java.lang.String id) throws AnoAccessConfigurationServiceException
AccessOperation importAccessOperation(AccessOperation accessoperation) throws AnoAccessConfigurationServiceException
java.util.List<AccessOperation> importAccessOperations(java.util.List<AccessOperation> list) throws AnoAccessConfigurationServiceException
AccessOperation createAccessOperation(AccessOperation accessoperation) throws AnoAccessConfigurationServiceException
java.util.List<AccessOperation> createAccessOperations(java.util.List<AccessOperation> list) throws AnoAccessConfigurationServiceException
AccessOperation updateAccessOperation(AccessOperation accessoperation) throws AnoAccessConfigurationServiceException
java.util.List<AccessOperation> updateAccessOperations(java.util.List<AccessOperation> list) throws AnoAccessConfigurationServiceException
java.util.List<AccessOperation> getAccessOperationsByProperty(java.lang.String propertyName, java.lang.Object value) throws AnoAccessConfigurationServiceException
java.util.List<AccessOperation> getAccessOperationsByProperty(java.lang.String propertyName, java.lang.Object value, net.anotheria.util.sorter.SortType sortType) throws AnoAccessConfigurationServiceException
net.anotheria.anodoc.query2.QueryResult executeQueryOnAccessOperations(net.anotheria.anodoc.query2.DocumentQuery query)
throws AnoAccessConfigurationServiceException
java.util.List<AccessOperation> getAccessOperationsByProperty(net.anotheria.anodoc.query2.QueryProperty... property) throws AnoAccessConfigurationServiceException
java.util.List<AccessOperation> getAccessOperationsByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property) throws AnoAccessConfigurationServiceException
int getAccessOperationsCount()
throws AnoAccessConfigurationServiceException
java.util.List<AccessOperation> getAccessOperations(net.anotheria.util.slicer.Segment aSegment) throws AnoAccessConfigurationServiceException
java.util.List<AccessOperation> getAccessOperationsByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... aProperty) throws AnoAccessConfigurationServiceException
java.util.List<AccessOperation> getAccessOperationsByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.util.sorter.SortType aSortType, net.anotheria.anodoc.query2.QueryProperty... aProperty) throws AnoAccessConfigurationServiceException
net.anotheria.util.xml.XMLNode exportAccessOperationsToXML(java.util.List<AccessOperation> listAccessOperations) throws AnoAccessConfigurationServiceException
void fetchAccessOperation(java.lang.String id,
java.util.Set<java.lang.String> addedDocuments,
org.codehaus.jettison.json.JSONArray data)
throws AnoAccessConfigurationServiceException
java.util.List<Role> getRoles() throws AnoAccessConfigurationServiceException
java.util.List<Role> getRoles(net.anotheria.util.sorter.SortType sortType) throws AnoAccessConfigurationServiceException
void deleteRole(java.lang.String id)
throws AnoAccessConfigurationServiceException
void deleteRole(Role role) throws AnoAccessConfigurationServiceException
void deleteRoles(java.util.List<Role> list) throws AnoAccessConfigurationServiceException
Role getRole(java.lang.String id) throws AnoAccessConfigurationServiceException
Role importRole(Role role) throws AnoAccessConfigurationServiceException
java.util.List<Role> importRoles(java.util.List<Role> list) throws AnoAccessConfigurationServiceException
Role createRole(Role role) throws AnoAccessConfigurationServiceException
java.util.List<Role> createRoles(java.util.List<Role> list) throws AnoAccessConfigurationServiceException
Role updateRole(Role role) throws AnoAccessConfigurationServiceException
java.util.List<Role> updateRoles(java.util.List<Role> list) throws AnoAccessConfigurationServiceException
java.util.List<Role> getRolesByProperty(java.lang.String propertyName, java.lang.Object value) throws AnoAccessConfigurationServiceException
java.util.List<Role> getRolesByProperty(java.lang.String propertyName, java.lang.Object value, net.anotheria.util.sorter.SortType sortType) throws AnoAccessConfigurationServiceException
net.anotheria.anodoc.query2.QueryResult executeQueryOnRoles(net.anotheria.anodoc.query2.DocumentQuery query)
throws AnoAccessConfigurationServiceException
java.util.List<Role> getRolesByProperty(net.anotheria.anodoc.query2.QueryProperty... property) throws AnoAccessConfigurationServiceException
java.util.List<Role> getRolesByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property) throws AnoAccessConfigurationServiceException
int getRolesCount()
throws AnoAccessConfigurationServiceException
java.util.List<Role> getRoles(net.anotheria.util.slicer.Segment aSegment) throws AnoAccessConfigurationServiceException
java.util.List<Role> getRolesByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... aProperty) throws AnoAccessConfigurationServiceException
java.util.List<Role> getRolesByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.util.sorter.SortType aSortType, net.anotheria.anodoc.query2.QueryProperty... aProperty) throws AnoAccessConfigurationServiceException
net.anotheria.util.xml.XMLNode exportRolesToXML(java.util.List<Role> listRoles) throws AnoAccessConfigurationServiceException
void fetchRole(java.lang.String id,
java.util.Set<java.lang.String> addedDocuments,
org.codehaus.jettison.json.JSONArray data)
throws AnoAccessConfigurationServiceException
java.util.List<Permission> getPermissions() throws AnoAccessConfigurationServiceException
java.util.List<Permission> getPermissions(net.anotheria.util.sorter.SortType sortType) throws AnoAccessConfigurationServiceException
void deletePermission(java.lang.String id)
throws AnoAccessConfigurationServiceException
void deletePermission(Permission permission) throws AnoAccessConfigurationServiceException
void deletePermissions(java.util.List<Permission> list) throws AnoAccessConfigurationServiceException
Permission getPermission(java.lang.String id) throws AnoAccessConfigurationServiceException
Permission importPermission(Permission permission) throws AnoAccessConfigurationServiceException
java.util.List<Permission> importPermissions(java.util.List<Permission> list) throws AnoAccessConfigurationServiceException
Permission createPermission(Permission permission) throws AnoAccessConfigurationServiceException
java.util.List<Permission> createPermissions(java.util.List<Permission> list) throws AnoAccessConfigurationServiceException
Permission updatePermission(Permission permission) throws AnoAccessConfigurationServiceException
java.util.List<Permission> updatePermissions(java.util.List<Permission> list) throws AnoAccessConfigurationServiceException
java.util.List<Permission> getPermissionsByProperty(java.lang.String propertyName, java.lang.Object value) throws AnoAccessConfigurationServiceException
java.util.List<Permission> getPermissionsByProperty(java.lang.String propertyName, java.lang.Object value, net.anotheria.util.sorter.SortType sortType) throws AnoAccessConfigurationServiceException
net.anotheria.anodoc.query2.QueryResult executeQueryOnPermissions(net.anotheria.anodoc.query2.DocumentQuery query)
throws AnoAccessConfigurationServiceException
java.util.List<Permission> getPermissionsByProperty(net.anotheria.anodoc.query2.QueryProperty... property) throws AnoAccessConfigurationServiceException
java.util.List<Permission> getPermissionsByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property) throws AnoAccessConfigurationServiceException
int getPermissionsCount()
throws AnoAccessConfigurationServiceException
java.util.List<Permission> getPermissions(net.anotheria.util.slicer.Segment aSegment) throws AnoAccessConfigurationServiceException
java.util.List<Permission> getPermissionsByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... aProperty) throws AnoAccessConfigurationServiceException
java.util.List<Permission> getPermissionsByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.util.sorter.SortType aSortType, net.anotheria.anodoc.query2.QueryProperty... aProperty) throws AnoAccessConfigurationServiceException
net.anotheria.util.xml.XMLNode exportPermissionsToXML(java.util.List<Permission> listPermissions) throws AnoAccessConfigurationServiceException
void fetchPermission(java.lang.String id,
java.util.Set<java.lang.String> addedDocuments,
org.codehaus.jettison.json.JSONArray data)
throws AnoAccessConfigurationServiceException
java.util.List<Constraint> getConstraints() throws AnoAccessConfigurationServiceException
java.util.List<Constraint> getConstraints(net.anotheria.util.sorter.SortType sortType) throws AnoAccessConfigurationServiceException
void deleteConstraint(java.lang.String id)
throws AnoAccessConfigurationServiceException
void deleteConstraint(Constraint constraint) throws AnoAccessConfigurationServiceException
void deleteConstraints(java.util.List<Constraint> list) throws AnoAccessConfigurationServiceException
Constraint getConstraint(java.lang.String id) throws AnoAccessConfigurationServiceException
Constraint importConstraint(Constraint constraint) throws AnoAccessConfigurationServiceException
java.util.List<Constraint> importConstraints(java.util.List<Constraint> list) throws AnoAccessConfigurationServiceException
Constraint createConstraint(Constraint constraint) throws AnoAccessConfigurationServiceException
java.util.List<Constraint> createConstraints(java.util.List<Constraint> list) throws AnoAccessConfigurationServiceException
Constraint updateConstraint(Constraint constraint) throws AnoAccessConfigurationServiceException
java.util.List<Constraint> updateConstraints(java.util.List<Constraint> list) throws AnoAccessConfigurationServiceException
java.util.List<Constraint> getConstraintsByProperty(java.lang.String propertyName, java.lang.Object value) throws AnoAccessConfigurationServiceException
java.util.List<Constraint> getConstraintsByProperty(java.lang.String propertyName, java.lang.Object value, net.anotheria.util.sorter.SortType sortType) throws AnoAccessConfigurationServiceException
net.anotheria.anodoc.query2.QueryResult executeQueryOnConstraints(net.anotheria.anodoc.query2.DocumentQuery query)
throws AnoAccessConfigurationServiceException
java.util.List<Constraint> getConstraintsByProperty(net.anotheria.anodoc.query2.QueryProperty... property) throws AnoAccessConfigurationServiceException
java.util.List<Constraint> getConstraintsByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property) throws AnoAccessConfigurationServiceException
int getConstraintsCount()
throws AnoAccessConfigurationServiceException
java.util.List<Constraint> getConstraints(net.anotheria.util.slicer.Segment aSegment) throws AnoAccessConfigurationServiceException
java.util.List<Constraint> getConstraintsByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... aProperty) throws AnoAccessConfigurationServiceException
java.util.List<Constraint> getConstraintsByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.util.sorter.SortType aSortType, net.anotheria.anodoc.query2.QueryProperty... aProperty) throws AnoAccessConfigurationServiceException
net.anotheria.util.xml.XMLNode exportConstraintsToXML(java.util.List<Constraint> listConstraints) throws AnoAccessConfigurationServiceException
void fetchConstraint(java.lang.String id,
java.util.Set<java.lang.String> addedDocuments,
org.codehaus.jettison.json.JSONArray data)
throws AnoAccessConfigurationServiceException
java.util.List<ContextInitializer> getContextInitializers() throws AnoAccessConfigurationServiceException
java.util.List<ContextInitializer> getContextInitializers(net.anotheria.util.sorter.SortType sortType) throws AnoAccessConfigurationServiceException
void deleteContextInitializer(java.lang.String id)
throws AnoAccessConfigurationServiceException
void deleteContextInitializer(ContextInitializer contextinitializer) throws AnoAccessConfigurationServiceException
void deleteContextInitializers(java.util.List<ContextInitializer> list) throws AnoAccessConfigurationServiceException
ContextInitializer getContextInitializer(java.lang.String id) throws AnoAccessConfigurationServiceException
ContextInitializer importContextInitializer(ContextInitializer contextinitializer) throws AnoAccessConfigurationServiceException
java.util.List<ContextInitializer> importContextInitializers(java.util.List<ContextInitializer> list) throws AnoAccessConfigurationServiceException
ContextInitializer createContextInitializer(ContextInitializer contextinitializer) throws AnoAccessConfigurationServiceException
java.util.List<ContextInitializer> createContextInitializers(java.util.List<ContextInitializer> list) throws AnoAccessConfigurationServiceException
ContextInitializer updateContextInitializer(ContextInitializer contextinitializer) throws AnoAccessConfigurationServiceException
java.util.List<ContextInitializer> updateContextInitializers(java.util.List<ContextInitializer> list) throws AnoAccessConfigurationServiceException
java.util.List<ContextInitializer> getContextInitializersByProperty(java.lang.String propertyName, java.lang.Object value) throws AnoAccessConfigurationServiceException
java.util.List<ContextInitializer> getContextInitializersByProperty(java.lang.String propertyName, java.lang.Object value, net.anotheria.util.sorter.SortType sortType) throws AnoAccessConfigurationServiceException
net.anotheria.anodoc.query2.QueryResult executeQueryOnContextInitializers(net.anotheria.anodoc.query2.DocumentQuery query)
throws AnoAccessConfigurationServiceException
java.util.List<ContextInitializer> getContextInitializersByProperty(net.anotheria.anodoc.query2.QueryProperty... property) throws AnoAccessConfigurationServiceException
java.util.List<ContextInitializer> getContextInitializersByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property) throws AnoAccessConfigurationServiceException
int getContextInitializersCount()
throws AnoAccessConfigurationServiceException
java.util.List<ContextInitializer> getContextInitializers(net.anotheria.util.slicer.Segment aSegment) throws AnoAccessConfigurationServiceException
java.util.List<ContextInitializer> getContextInitializersByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... aProperty) throws AnoAccessConfigurationServiceException
java.util.List<ContextInitializer> getContextInitializersByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.util.sorter.SortType aSortType, net.anotheria.anodoc.query2.QueryProperty... aProperty) throws AnoAccessConfigurationServiceException
net.anotheria.util.xml.XMLNode exportContextInitializersToXML(java.util.List<ContextInitializer> listContextInitializers) throws AnoAccessConfigurationServiceException
void fetchContextInitializer(java.lang.String id,
java.util.Set<java.lang.String> addedDocuments,
org.codehaus.jettison.json.JSONArray data)
throws AnoAccessConfigurationServiceException
void executeParsingForDocument(DocumentName documentName, org.codehaus.jettison.json.JSONObject data) throws AnoAccessConfigurationServiceException
net.anotheria.anodoc.query2.QueryResult executeQueryOnAllObjects(net.anotheria.anodoc.query2.DocumentQuery query)
throws AnoAccessConfigurationServiceException
net.anotheria.util.xml.XMLNode exportToXML()
throws AnoAccessConfigurationServiceException
Copyright © 2012-2023 anotheria.net. All Rights Reserved.