Interface IAnoAccessConfigurationService
- All Superinterfaces:
net.anotheria.asg.service.ASGService,net.anotheria.anoprise.metafactory.Service
- All Known Implementing Classes:
AnoAccessConfigurationServiceFixtureImpl,AnoAccessConfigurationServiceImpl
public interface IAnoAccessConfigurationService
extends net.anotheria.asg.service.ASGService
-
Method Summary
Modifier and TypeMethodDescriptioncreateAccessOperation(AccessOperation accessoperation) Creates a new AccessOperation object.Creates multiple new AccessOperation objects.createConstraint(Constraint constraint) Creates a new Constraint object.createConstraints(List<Constraint> list) Creates multiple new Constraint objects.createContextInitializer(ContextInitializer contextinitializer) Creates a new ContextInitializer object.Creates multiple new ContextInitializer objects.createPermission(Permission permission) Creates a new Permission object.createPermissions(List<Permission> list) Creates multiple new Permission objects.createRole(Role role) Creates a new Role object.createRoles(List<Role> list) Creates multiple new Role objects.voidDeletes a AccessOperation object by id.voiddeleteAccessOperation(AccessOperation accessoperation) Deletes a AccessOperation object.voidDeletes multiple AccessOperation object.voidDeletes a Constraint object by id.voiddeleteConstraint(Constraint constraint) Deletes a Constraint object.voiddeleteConstraints(List<Constraint> list) Deletes multiple Constraint object.voidDeletes a ContextInitializer object by id.voiddeleteContextInitializer(ContextInitializer contextinitializer) Deletes a ContextInitializer object.voidDeletes multiple ContextInitializer object.voidDeletes a Permission object by id.voiddeletePermission(Permission permission) Deletes a Permission object.voiddeletePermissions(List<Permission> list) Deletes multiple Permission object.voiddeleteRole(String id) Deletes a Role object by id.voiddeleteRole(Role role) Deletes a Role object.voiddeleteRoles(List<Role> list) Deletes multiple Role object.voidexecuteParsingForDocument(DocumentName documentName, org.codehaus.jettison.json.JSONObject data) Save transferred document by its own type.net.anotheria.anodoc.query2.QueryResultexecuteQueryOnAccessOperations(net.anotheria.anodoc.query2.DocumentQuery query) Executes a query.net.anotheria.anodoc.query2.QueryResultexecuteQueryOnAllObjects(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.QueryResultexecuteQueryOnConstraints(net.anotheria.anodoc.query2.DocumentQuery query) Executes a query.net.anotheria.anodoc.query2.QueryResultexecuteQueryOnContextInitializers(net.anotheria.anodoc.query2.DocumentQuery query) Executes a query.net.anotheria.anodoc.query2.QueryResultexecuteQueryOnPermissions(net.anotheria.anodoc.query2.DocumentQuery query) Executes a query.net.anotheria.anodoc.query2.QueryResultexecuteQueryOnRoles(net.anotheria.anodoc.query2.DocumentQuery query) Executes a query.net.anotheria.util.xml.XMLNodeexportAccessOperationsToXML(List<AccessOperation> listAccessOperations) Creates an xml element with selected contained data.net.anotheria.util.xml.XMLNodeexportConstraintsToXML(List<Constraint> listConstraints) Creates an xml element with selected contained data.net.anotheria.util.xml.XMLNodeexportContextInitializersToXML(List<ContextInitializer> listContextInitializers) Creates an xml element with selected contained data.net.anotheria.util.xml.XMLNodeexportPermissionsToXML(List<Permission> listPermissions) Creates an xml element with selected contained data.net.anotheria.util.xml.XMLNodeexportRolesToXML(List<Role> listRoles) Creates an xml element with selected contained data.net.anotheria.util.xml.XMLNodecreates an xml element with all contained data.voidfetchAccessOperation(String id, Set<String> addedDocuments, org.codehaus.jettison.json.JSONArray data) Create json object list dependencies for this AccessOperation document.voidfetchConstraint(String id, Set<String> addedDocuments, org.codehaus.jettison.json.JSONArray data) Create json object list dependencies for this Constraint document.voidfetchContextInitializer(String id, Set<String> addedDocuments, org.codehaus.jettison.json.JSONArray data) Create json object list dependencies for this ContextInitializer document.voidfetchPermission(String id, Set<String> addedDocuments, org.codehaus.jettison.json.JSONArray data) Create json object list dependencies for this Permission document.voidCreate json object list dependencies for this Role document.Returns the AccessOperation object with the specified id.Returns all AccessOperations objects stored.getAccessOperations(net.anotheria.util.slicer.Segment aSegment) Returns AccessOperations objects segment.getAccessOperations(net.anotheria.util.sorter.SortType sortType) Returns all AccessOperations objects sorted by given sortType.getAccessOperationsByProperty(String propertyName, Object value) Returns all AccessOperation objects, where property with given name equals object.getAccessOperationsByProperty(String propertyName, Object value, net.anotheria.util.sorter.SortType sortType) Returns all AccessOperation objects, where property with given name equals object, sorted.getAccessOperationsByProperty(net.anotheria.anodoc.query2.QueryProperty... property) Returns all AccessOperation objects, where property matches.getAccessOperationsByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... aProperty) Returns AccessOperation objects segment, where property matches.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.getAccessOperationsByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property) Returns all AccessOperation objects, where property matches, sorted.intReturns all AccessOperations count.getConstraint(String id) Returns the Constraint object with the specified id.Returns all Constraints objects stored.getConstraints(net.anotheria.util.slicer.Segment aSegment) Returns Constraints objects segment.getConstraints(net.anotheria.util.sorter.SortType sortType) Returns all Constraints objects sorted by given sortType.getConstraintsByProperty(String propertyName, Object value) Returns all Constraint objects, where property with given name equals object.getConstraintsByProperty(String propertyName, Object value, net.anotheria.util.sorter.SortType sortType) Returns all Constraint objects, where property with given name equals object, sorted.getConstraintsByProperty(net.anotheria.anodoc.query2.QueryProperty... property) Returns all Constraint objects, where property matches.getConstraintsByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... aProperty) Returns Constraint objects segment, where property matches.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.getConstraintsByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property) Returns all Constraint objects, where property matches, sorted.intReturns all Constraints count.Returns the ContextInitializer object with the specified id.Returns all ContextInitializers objects stored.getContextInitializers(net.anotheria.util.slicer.Segment aSegment) Returns ContextInitializers objects segment.getContextInitializers(net.anotheria.util.sorter.SortType sortType) Returns all ContextInitializers objects sorted by given sortType.getContextInitializersByProperty(String propertyName, Object value) Returns all ContextInitializer objects, where property with given name equals object.getContextInitializersByProperty(String propertyName, Object value, net.anotheria.util.sorter.SortType sortType) Returns all ContextInitializer objects, where property with given name equals object, sorted.getContextInitializersByProperty(net.anotheria.anodoc.query2.QueryProperty... property) Returns all ContextInitializer objects, where property matches.getContextInitializersByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... aProperty) Returns ContextInitializer objects segment, where property matches.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.getContextInitializersByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property) Returns all ContextInitializer objects, where property matches, sorted.intReturns all ContextInitializers count.getPermission(String id) Returns the Permission object with the specified id.Returns all Permissions objects stored.getPermissions(net.anotheria.util.slicer.Segment aSegment) Returns Permissions objects segment.getPermissions(net.anotheria.util.sorter.SortType sortType) Returns all Permissions objects sorted by given sortType.getPermissionsByProperty(String propertyName, Object value) Returns all Permission objects, where property with given name equals object.getPermissionsByProperty(String propertyName, Object value, net.anotheria.util.sorter.SortType sortType) Returns all Permission objects, where property with given name equals object, sorted.getPermissionsByProperty(net.anotheria.anodoc.query2.QueryProperty... property) Returns all Permission objects, where property matches.getPermissionsByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... aProperty) Returns Permission objects segment, where property matches.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.getPermissionsByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property) Returns all Permission objects, where property matches, sorted.intReturns all Permissions count.Returns the Role object with the specified id.getRoles()Returns all Roles objects stored.getRoles(net.anotheria.util.slicer.Segment aSegment) Returns Roles objects segment.getRoles(net.anotheria.util.sorter.SortType sortType) Returns all Roles objects sorted by given sortType.getRolesByProperty(String propertyName, Object value) Returns all Role objects, where property with given name equals object.getRolesByProperty(String propertyName, Object value, net.anotheria.util.sorter.SortType sortType) Returns all Role objects, where property with given name equals object, sorted.getRolesByProperty(net.anotheria.anodoc.query2.QueryProperty... property) Returns all Role objects, where property matches.getRolesByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... aProperty) Returns Role objects segment, where property matches.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.getRolesByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property) Returns all Role objects, where property matches, sorted.intReturns all Roles count.importAccessOperation(AccessOperation accessoperation) Imports a new AccessOperation object.Imports multiple new AccessOperation object.importConstraint(Constraint constraint) Imports a new Constraint object.importConstraints(List<Constraint> list) Imports multiple new Constraint object.importContextInitializer(ContextInitializer contextinitializer) Imports a new ContextInitializer object.Imports multiple new ContextInitializer object.importPermission(Permission permission) Imports a new Permission object.importPermissions(List<Permission> list) Imports multiple new Permission object.importRole(Role role) Imports a new Role object.importRoles(List<Role> list) Imports multiple new Role object.updateAccessOperation(AccessOperation accessoperation) Updates a AccessOperation object.Updates multiple AccessOperation objects.updateConstraint(Constraint constraint) Updates a Constraint object.updateConstraints(List<Constraint> list) Updates multiple Constraint objects.updateContextInitializer(ContextInitializer contextinitializer) Updates a ContextInitializer object.Updates multiple ContextInitializer objects.updatePermission(Permission permission) Updates a Permission object.updatePermissions(List<Permission> list) Updates multiple Permission objects.updateRole(Role role) Updates a Role object.updateRoles(List<Role> list) Updates multiple Role objects.Methods inherited from interface net.anotheria.asg.service.ASGService
addServiceListener, hasServiceListeners, removeServiceListener
-
Method Details
-
getAccessOperations
Returns all AccessOperations objects stored. -
getAccessOperations
List<AccessOperation> getAccessOperations(net.anotheria.util.sorter.SortType sortType) throws AnoAccessConfigurationServiceException Returns all AccessOperations objects sorted by given sortType. -
deleteAccessOperation
Deletes a AccessOperation object by id. -
deleteAccessOperation
void deleteAccessOperation(AccessOperation accessoperation) throws AnoAccessConfigurationServiceException Deletes a AccessOperation object. -
deleteAccessOperations
void deleteAccessOperations(List<AccessOperation> list) throws AnoAccessConfigurationServiceException Deletes multiple AccessOperation object. -
getAccessOperation
Returns the AccessOperation object with the specified id. -
importAccessOperation
AccessOperation importAccessOperation(AccessOperation accessoperation) throws AnoAccessConfigurationServiceException Imports a new AccessOperation object. Returns the created version. -
importAccessOperations
List<AccessOperation> importAccessOperations(List<AccessOperation> list) throws AnoAccessConfigurationServiceException Imports multiple new AccessOperation object. Returns the created versions. -
createAccessOperation
AccessOperation createAccessOperation(AccessOperation accessoperation) throws AnoAccessConfigurationServiceException Creates a new AccessOperation object. Returns the created version. -
createAccessOperations
List<AccessOperation> createAccessOperations(List<AccessOperation> list) throws AnoAccessConfigurationServiceException Creates multiple new AccessOperation objects. Returns the created versions. -
updateAccessOperation
AccessOperation updateAccessOperation(AccessOperation accessoperation) throws AnoAccessConfigurationServiceException Updates a AccessOperation object. Returns the updated version. -
updateAccessOperations
List<AccessOperation> updateAccessOperations(List<AccessOperation> list) throws AnoAccessConfigurationServiceException Updates multiple AccessOperation objects. Returns the updated versions. -
getAccessOperationsByProperty
List<AccessOperation> getAccessOperationsByProperty(String propertyName, Object value) throws AnoAccessConfigurationServiceException Returns all AccessOperation objects, where property with given name equals object. -
getAccessOperationsByProperty
List<AccessOperation> getAccessOperationsByProperty(String propertyName, Object value, net.anotheria.util.sorter.SortType sortType) throws AnoAccessConfigurationServiceException Returns all AccessOperation objects, where property with given name equals object, sorted. -
executeQueryOnAccessOperations
net.anotheria.anodoc.query2.QueryResult executeQueryOnAccessOperations(net.anotheria.anodoc.query2.DocumentQuery query) throws AnoAccessConfigurationServiceException Executes a query. -
getAccessOperationsByProperty
List<AccessOperation> getAccessOperationsByProperty(net.anotheria.anodoc.query2.QueryProperty... property) throws AnoAccessConfigurationServiceException Returns all AccessOperation objects, where property matches. -
getAccessOperationsByProperty
List<AccessOperation> getAccessOperationsByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property) throws AnoAccessConfigurationServiceException Returns all AccessOperation objects, where property matches, sorted. -
getAccessOperationsCount
Returns all AccessOperations count. -
getAccessOperations
List<AccessOperation> getAccessOperations(net.anotheria.util.slicer.Segment aSegment) throws AnoAccessConfigurationServiceException Returns AccessOperations objects segment. -
getAccessOperationsByProperty
List<AccessOperation> getAccessOperationsByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... aProperty) throws AnoAccessConfigurationServiceException Returns AccessOperation objects segment, where property matches. -
getAccessOperationsByProperty
List<AccessOperation> getAccessOperationsByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.util.sorter.SortType aSortType, net.anotheria.anodoc.query2.QueryProperty... aProperty) throws AnoAccessConfigurationServiceException Returns AccessOperation objects segment, where property matches, sorted. -
exportAccessOperationsToXML
net.anotheria.util.xml.XMLNode exportAccessOperationsToXML(List<AccessOperation> listAccessOperations) throws AnoAccessConfigurationServiceException Creates an xml element with selected contained data. -
fetchAccessOperation
void fetchAccessOperation(String id, Set<String> addedDocuments, org.codehaus.jettison.json.JSONArray data) throws AnoAccessConfigurationServiceException Create json object list dependencies for this AccessOperation document. -
getRoles
Returns all Roles objects stored. -
getRoles
List<Role> getRoles(net.anotheria.util.sorter.SortType sortType) throws AnoAccessConfigurationServiceException Returns all Roles objects sorted by given sortType. -
deleteRole
Deletes a Role object by id. -
deleteRole
Deletes a Role object. -
deleteRoles
Deletes multiple Role object. -
getRole
Returns the Role object with the specified id. -
importRole
Imports a new Role object. Returns the created version. -
importRoles
Imports multiple new Role object. Returns the created versions. -
createRole
Creates a new Role object. Returns the created version. -
createRoles
Creates multiple new Role objects. Returns the created versions. -
updateRole
Updates a Role object. Returns the updated version. -
updateRoles
Updates multiple Role objects. Returns the updated versions. -
getRolesByProperty
List<Role> getRolesByProperty(String propertyName, Object value) throws AnoAccessConfigurationServiceException Returns all Role objects, where property with given name equals object. -
getRolesByProperty
List<Role> getRolesByProperty(String propertyName, Object value, net.anotheria.util.sorter.SortType sortType) throws AnoAccessConfigurationServiceException Returns all Role objects, where property with given name equals object, sorted. -
executeQueryOnRoles
net.anotheria.anodoc.query2.QueryResult executeQueryOnRoles(net.anotheria.anodoc.query2.DocumentQuery query) throws AnoAccessConfigurationServiceException Executes a query. -
getRolesByProperty
List<Role> getRolesByProperty(net.anotheria.anodoc.query2.QueryProperty... property) throws AnoAccessConfigurationServiceException Returns all Role objects, where property matches. -
getRolesByProperty
List<Role> getRolesByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property) throws AnoAccessConfigurationServiceException Returns all Role objects, where property matches, sorted. -
getRolesCount
Returns all Roles count. -
getRoles
List<Role> getRoles(net.anotheria.util.slicer.Segment aSegment) throws AnoAccessConfigurationServiceException Returns Roles objects segment. -
getRolesByProperty
List<Role> getRolesByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... aProperty) throws AnoAccessConfigurationServiceException Returns Role objects segment, where property matches. -
getRolesByProperty
List<Role> getRolesByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.util.sorter.SortType aSortType, net.anotheria.anodoc.query2.QueryProperty... aProperty) throws AnoAccessConfigurationServiceException Returns Role objects segment, where property matches, sorted. -
exportRolesToXML
net.anotheria.util.xml.XMLNode exportRolesToXML(List<Role> listRoles) throws AnoAccessConfigurationServiceException Creates an xml element with selected contained data. -
fetchRole
void fetchRole(String id, Set<String> addedDocuments, org.codehaus.jettison.json.JSONArray data) throws AnoAccessConfigurationServiceException Create json object list dependencies for this Role document. -
getPermissions
Returns all Permissions objects stored. -
getPermissions
List<Permission> getPermissions(net.anotheria.util.sorter.SortType sortType) throws AnoAccessConfigurationServiceException Returns all Permissions objects sorted by given sortType. -
deletePermission
Deletes a Permission object by id. -
deletePermission
Deletes a Permission object. -
deletePermissions
Deletes multiple Permission object. -
getPermission
Returns the Permission object with the specified id. -
importPermission
Imports a new Permission object. Returns the created version. -
importPermissions
List<Permission> importPermissions(List<Permission> list) throws AnoAccessConfigurationServiceException Imports multiple new Permission object. Returns the created versions. -
createPermission
Creates a new Permission object. Returns the created version. -
createPermissions
List<Permission> createPermissions(List<Permission> list) throws AnoAccessConfigurationServiceException Creates multiple new Permission objects. Returns the created versions. -
updatePermission
Updates a Permission object. Returns the updated version. -
updatePermissions
List<Permission> updatePermissions(List<Permission> list) throws AnoAccessConfigurationServiceException Updates multiple Permission objects. Returns the updated versions. -
getPermissionsByProperty
List<Permission> getPermissionsByProperty(String propertyName, Object value) throws AnoAccessConfigurationServiceException Returns all Permission objects, where property with given name equals object. -
getPermissionsByProperty
List<Permission> getPermissionsByProperty(String propertyName, Object value, net.anotheria.util.sorter.SortType sortType) throws AnoAccessConfigurationServiceException Returns all Permission objects, where property with given name equals object, sorted. -
executeQueryOnPermissions
net.anotheria.anodoc.query2.QueryResult executeQueryOnPermissions(net.anotheria.anodoc.query2.DocumentQuery query) throws AnoAccessConfigurationServiceException Executes a query. -
getPermissionsByProperty
List<Permission> getPermissionsByProperty(net.anotheria.anodoc.query2.QueryProperty... property) throws AnoAccessConfigurationServiceException Returns all Permission objects, where property matches. -
getPermissionsByProperty
List<Permission> getPermissionsByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property) throws AnoAccessConfigurationServiceException Returns all Permission objects, where property matches, sorted. -
getPermissionsCount
Returns all Permissions count. -
getPermissions
List<Permission> getPermissions(net.anotheria.util.slicer.Segment aSegment) throws AnoAccessConfigurationServiceException Returns Permissions objects segment. -
getPermissionsByProperty
List<Permission> getPermissionsByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... aProperty) throws AnoAccessConfigurationServiceException Returns Permission objects segment, where property matches. -
getPermissionsByProperty
List<Permission> getPermissionsByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.util.sorter.SortType aSortType, net.anotheria.anodoc.query2.QueryProperty... aProperty) throws AnoAccessConfigurationServiceException Returns Permission objects segment, where property matches, sorted. -
exportPermissionsToXML
net.anotheria.util.xml.XMLNode exportPermissionsToXML(List<Permission> listPermissions) throws AnoAccessConfigurationServiceException Creates an xml element with selected contained data. -
fetchPermission
void fetchPermission(String id, Set<String> addedDocuments, org.codehaus.jettison.json.JSONArray data) throws AnoAccessConfigurationServiceException Create json object list dependencies for this Permission document. -
getConstraints
Returns all Constraints objects stored. -
getConstraints
List<Constraint> getConstraints(net.anotheria.util.sorter.SortType sortType) throws AnoAccessConfigurationServiceException Returns all Constraints objects sorted by given sortType. -
deleteConstraint
Deletes a Constraint object by id. -
deleteConstraint
Deletes a Constraint object. -
deleteConstraints
Deletes multiple Constraint object. -
getConstraint
Returns the Constraint object with the specified id. -
importConstraint
Imports a new Constraint object. Returns the created version. -
importConstraints
List<Constraint> importConstraints(List<Constraint> list) throws AnoAccessConfigurationServiceException Imports multiple new Constraint object. Returns the created versions. -
createConstraint
Creates a new Constraint object. Returns the created version. -
createConstraints
List<Constraint> createConstraints(List<Constraint> list) throws AnoAccessConfigurationServiceException Creates multiple new Constraint objects. Returns the created versions. -
updateConstraint
Updates a Constraint object. Returns the updated version. -
updateConstraints
List<Constraint> updateConstraints(List<Constraint> list) throws AnoAccessConfigurationServiceException Updates multiple Constraint objects. Returns the updated versions. -
getConstraintsByProperty
List<Constraint> getConstraintsByProperty(String propertyName, Object value) throws AnoAccessConfigurationServiceException Returns all Constraint objects, where property with given name equals object. -
getConstraintsByProperty
List<Constraint> getConstraintsByProperty(String propertyName, Object value, net.anotheria.util.sorter.SortType sortType) throws AnoAccessConfigurationServiceException Returns all Constraint objects, where property with given name equals object, sorted. -
executeQueryOnConstraints
net.anotheria.anodoc.query2.QueryResult executeQueryOnConstraints(net.anotheria.anodoc.query2.DocumentQuery query) throws AnoAccessConfigurationServiceException Executes a query. -
getConstraintsByProperty
List<Constraint> getConstraintsByProperty(net.anotheria.anodoc.query2.QueryProperty... property) throws AnoAccessConfigurationServiceException Returns all Constraint objects, where property matches. -
getConstraintsByProperty
List<Constraint> getConstraintsByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property) throws AnoAccessConfigurationServiceException Returns all Constraint objects, where property matches, sorted. -
getConstraintsCount
Returns all Constraints count. -
getConstraints
List<Constraint> getConstraints(net.anotheria.util.slicer.Segment aSegment) throws AnoAccessConfigurationServiceException Returns Constraints objects segment. -
getConstraintsByProperty
List<Constraint> getConstraintsByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... aProperty) throws AnoAccessConfigurationServiceException Returns Constraint objects segment, where property matches. -
getConstraintsByProperty
List<Constraint> getConstraintsByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.util.sorter.SortType aSortType, net.anotheria.anodoc.query2.QueryProperty... aProperty) throws AnoAccessConfigurationServiceException Returns Constraint objects segment, where property matches, sorted. -
exportConstraintsToXML
net.anotheria.util.xml.XMLNode exportConstraintsToXML(List<Constraint> listConstraints) throws AnoAccessConfigurationServiceException Creates an xml element with selected contained data. -
fetchConstraint
void fetchConstraint(String id, Set<String> addedDocuments, org.codehaus.jettison.json.JSONArray data) throws AnoAccessConfigurationServiceException Create json object list dependencies for this Constraint document. -
getContextInitializers
Returns all ContextInitializers objects stored. -
getContextInitializers
List<ContextInitializer> getContextInitializers(net.anotheria.util.sorter.SortType sortType) throws AnoAccessConfigurationServiceException Returns all ContextInitializers objects sorted by given sortType. -
deleteContextInitializer
Deletes a ContextInitializer object by id. -
deleteContextInitializer
void deleteContextInitializer(ContextInitializer contextinitializer) throws AnoAccessConfigurationServiceException Deletes a ContextInitializer object. -
deleteContextInitializers
void deleteContextInitializers(List<ContextInitializer> list) throws AnoAccessConfigurationServiceException Deletes multiple ContextInitializer object. -
getContextInitializer
Returns the ContextInitializer object with the specified id. -
importContextInitializer
ContextInitializer importContextInitializer(ContextInitializer contextinitializer) throws AnoAccessConfigurationServiceException Imports a new ContextInitializer object. Returns the created version. -
importContextInitializers
List<ContextInitializer> importContextInitializers(List<ContextInitializer> list) throws AnoAccessConfigurationServiceException Imports multiple new ContextInitializer object. Returns the created versions. -
createContextInitializer
ContextInitializer createContextInitializer(ContextInitializer contextinitializer) throws AnoAccessConfigurationServiceException Creates a new ContextInitializer object. Returns the created version. -
createContextInitializers
List<ContextInitializer> createContextInitializers(List<ContextInitializer> list) throws AnoAccessConfigurationServiceException Creates multiple new ContextInitializer objects. Returns the created versions. -
updateContextInitializer
ContextInitializer updateContextInitializer(ContextInitializer contextinitializer) throws AnoAccessConfigurationServiceException Updates a ContextInitializer object. Returns the updated version. -
updateContextInitializers
List<ContextInitializer> updateContextInitializers(List<ContextInitializer> list) throws AnoAccessConfigurationServiceException Updates multiple ContextInitializer objects. Returns the updated versions. -
getContextInitializersByProperty
List<ContextInitializer> getContextInitializersByProperty(String propertyName, Object value) throws AnoAccessConfigurationServiceException Returns all ContextInitializer objects, where property with given name equals object. -
getContextInitializersByProperty
List<ContextInitializer> getContextInitializersByProperty(String propertyName, Object value, net.anotheria.util.sorter.SortType sortType) throws AnoAccessConfigurationServiceException Returns all ContextInitializer objects, where property with given name equals object, sorted. -
executeQueryOnContextInitializers
net.anotheria.anodoc.query2.QueryResult executeQueryOnContextInitializers(net.anotheria.anodoc.query2.DocumentQuery query) throws AnoAccessConfigurationServiceException Executes a query. -
getContextInitializersByProperty
List<ContextInitializer> getContextInitializersByProperty(net.anotheria.anodoc.query2.QueryProperty... property) throws AnoAccessConfigurationServiceException Returns all ContextInitializer objects, where property matches. -
getContextInitializersByProperty
List<ContextInitializer> getContextInitializersByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property) throws AnoAccessConfigurationServiceException Returns all ContextInitializer objects, where property matches, sorted. -
getContextInitializersCount
Returns all ContextInitializers count. -
getContextInitializers
List<ContextInitializer> getContextInitializers(net.anotheria.util.slicer.Segment aSegment) throws AnoAccessConfigurationServiceException Returns ContextInitializers objects segment. -
getContextInitializersByProperty
List<ContextInitializer> getContextInitializersByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... aProperty) throws AnoAccessConfigurationServiceException Returns ContextInitializer objects segment, where property matches. -
getContextInitializersByProperty
List<ContextInitializer> getContextInitializersByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.util.sorter.SortType aSortType, net.anotheria.anodoc.query2.QueryProperty... aProperty) throws AnoAccessConfigurationServiceException Returns ContextInitializer objects segment, where property matches, sorted. -
exportContextInitializersToXML
net.anotheria.util.xml.XMLNode exportContextInitializersToXML(List<ContextInitializer> listContextInitializers) throws AnoAccessConfigurationServiceException Creates an xml element with selected contained data. -
fetchContextInitializer
void fetchContextInitializer(String id, Set<String> addedDocuments, org.codehaus.jettison.json.JSONArray data) throws AnoAccessConfigurationServiceException Create json object list dependencies for this ContextInitializer document. -
executeQueryOnAllObjects
net.anotheria.anodoc.query2.QueryResult executeQueryOnAllObjects(net.anotheria.anodoc.query2.DocumentQuery query) throws AnoAccessConfigurationServiceException Executes a query on all data objects (documents, vo) which are part of this module and managed by this service. -
exportToXML
creates an xml element with all contained data.
-