public interface IASFederatedDataService
extends net.anotheria.asg.service.ASGService
| Modifier and Type | Method and Description |
|---|---|
BoxHandlerDef |
createBoxHandlerDef(BoxHandlerDef boxhandlerdef)
Creates a new BoxHandlerDef object.
|
java.util.List<BoxHandlerDef> |
createBoxHandlerDefs(java.util.List<BoxHandlerDef> list)
Creates multiple new BoxHandlerDef objects.
|
BoxType |
createBoxType(BoxType boxtype)
Creates a new BoxType object.
|
java.util.List<BoxType> |
createBoxTypes(java.util.List<BoxType> list)
Creates multiple new BoxType objects.
|
GuardDef |
createGuardDef(GuardDef guarddef)
Creates a new GuardDef object.
|
java.util.List<GuardDef> |
createGuardDefs(java.util.List<GuardDef> list)
Creates multiple new GuardDef objects.
|
void |
deleteBoxHandlerDef(BoxHandlerDef boxhandlerdef)
Deletes a BoxHandlerDef object.
|
void |
deleteBoxHandlerDef(java.lang.String id)
Deletes a BoxHandlerDef object by id.
|
void |
deleteBoxHandlerDefs(java.util.List<BoxHandlerDef> list)
Deletes multiple BoxHandlerDef object.
|
void |
deleteBoxType(BoxType boxtype)
Deletes a BoxType object.
|
void |
deleteBoxType(java.lang.String id)
Deletes a BoxType object by id.
|
void |
deleteBoxTypes(java.util.List<BoxType> list)
Deletes multiple BoxType object.
|
void |
deleteGuardDef(GuardDef guarddef)
Deletes a GuardDef object.
|
void |
deleteGuardDef(java.lang.String id)
Deletes a GuardDef object by id.
|
void |
deleteGuardDefs(java.util.List<GuardDef> list)
Deletes multiple GuardDef object.
|
void |
executeParsingForDocument(DocumentName documentName,
org.codehaus.jettison.json.JSONObject data)
Save transferred document by its own type.
|
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 |
executeQueryOnBoxHandlerDefs(net.anotheria.anodoc.query2.DocumentQuery query)
Executes a query.
|
net.anotheria.anodoc.query2.QueryResult |
executeQueryOnBoxTypes(net.anotheria.anodoc.query2.DocumentQuery query)
Executes a query.
|
net.anotheria.anodoc.query2.QueryResult |
executeQueryOnGuardDefs(net.anotheria.anodoc.query2.DocumentQuery query)
Executes a query.
|
net.anotheria.util.xml.XMLNode |
exportBoxHandlerDefsToXML(java.util.List<BoxHandlerDef> listBoxHandlerDefs)
Creates an xml element with selected contained data.
|
net.anotheria.util.xml.XMLNode |
exportBoxTypesToXML(java.util.List<BoxType> listBoxTypes)
Creates an xml element with selected contained data.
|
net.anotheria.util.xml.XMLNode |
exportGuardDefsToXML(java.util.List<GuardDef> listGuardDefs)
Creates an xml element with selected contained data.
|
net.anotheria.util.xml.XMLNode |
exportToXML()
creates an xml element with all contained data.
|
void |
fetchBoxHandlerDef(java.lang.String id,
java.util.Set<java.lang.String> addedDocuments,
org.codehaus.jettison.json.JSONArray data)
Create json object list dependencies for this BoxHandlerDef document.
|
void |
fetchBoxType(java.lang.String id,
java.util.Set<java.lang.String> addedDocuments,
org.codehaus.jettison.json.JSONArray data)
Create json object list dependencies for this BoxType document.
|
void |
fetchGuardDef(java.lang.String id,
java.util.Set<java.lang.String> addedDocuments,
org.codehaus.jettison.json.JSONArray data)
Create json object list dependencies for this GuardDef document.
|
BoxHandlerDef |
getBoxHandlerDef(java.lang.String id)
Returns the BoxHandlerDef object with the specified id.
|
java.util.List<BoxHandlerDef> |
getBoxHandlerDefs()
Returns all BoxHandlerDefs objects stored.
|
java.util.List<BoxHandlerDef> |
getBoxHandlerDefs(net.anotheria.util.slicer.Segment aSegment)
Returns BoxHandlerDefs objects segment.
|
java.util.List<BoxHandlerDef> |
getBoxHandlerDefs(net.anotheria.util.sorter.SortType sortType)
Returns all BoxHandlerDefs objects sorted by given sortType.
|
java.util.List<BoxHandlerDef> |
getBoxHandlerDefsByProperty(net.anotheria.anodoc.query2.QueryProperty... property)
Returns all BoxHandlerDef objects, where property matches.
|
java.util.List<BoxHandlerDef> |
getBoxHandlerDefsByProperty(net.anotheria.util.slicer.Segment aSegment,
net.anotheria.anodoc.query2.QueryProperty... aProperty)
Returns BoxHandlerDef objects segment, where property matches.
|
java.util.List<BoxHandlerDef> |
getBoxHandlerDefsByProperty(net.anotheria.util.slicer.Segment aSegment,
net.anotheria.util.sorter.SortType aSortType,
net.anotheria.anodoc.query2.QueryProperty... aProperty)
Returns BoxHandlerDef objects segment, where property matches, sorted.
|
java.util.List<BoxHandlerDef> |
getBoxHandlerDefsByProperty(net.anotheria.util.sorter.SortType sortType,
net.anotheria.anodoc.query2.QueryProperty... property)
Returns all BoxHandlerDef objects, where property matches, sorted.
|
java.util.List<BoxHandlerDef> |
getBoxHandlerDefsByProperty(java.lang.String propertyName,
java.lang.Object value)
Returns all BoxHandlerDef objects, where property with given name equals object.
|
java.util.List<BoxHandlerDef> |
getBoxHandlerDefsByProperty(java.lang.String propertyName,
java.lang.Object value,
net.anotheria.util.sorter.SortType sortType)
Returns all BoxHandlerDef objects, where property with given name equals object, sorted.
|
int |
getBoxHandlerDefsCount()
Returns all BoxHandlerDefs count.
|
BoxType |
getBoxType(java.lang.String id)
Returns the BoxType object with the specified id.
|
java.util.List<BoxType> |
getBoxTypes()
Returns all BoxTypes objects stored.
|
java.util.List<BoxType> |
getBoxTypes(net.anotheria.util.slicer.Segment aSegment)
Returns BoxTypes objects segment.
|
java.util.List<BoxType> |
getBoxTypes(net.anotheria.util.sorter.SortType sortType)
Returns all BoxTypes objects sorted by given sortType.
|
java.util.List<BoxType> |
getBoxTypesByProperty(net.anotheria.anodoc.query2.QueryProperty... property)
Returns all BoxType objects, where property matches.
|
java.util.List<BoxType> |
getBoxTypesByProperty(net.anotheria.util.slicer.Segment aSegment,
net.anotheria.anodoc.query2.QueryProperty... aProperty)
Returns BoxType objects segment, where property matches.
|
java.util.List<BoxType> |
getBoxTypesByProperty(net.anotheria.util.slicer.Segment aSegment,
net.anotheria.util.sorter.SortType aSortType,
net.anotheria.anodoc.query2.QueryProperty... aProperty)
Returns BoxType objects segment, where property matches, sorted.
|
java.util.List<BoxType> |
getBoxTypesByProperty(net.anotheria.util.sorter.SortType sortType,
net.anotheria.anodoc.query2.QueryProperty... property)
Returns all BoxType objects, where property matches, sorted.
|
java.util.List<BoxType> |
getBoxTypesByProperty(java.lang.String propertyName,
java.lang.Object value)
Returns all BoxType objects, where property with given name equals object.
|
java.util.List<BoxType> |
getBoxTypesByProperty(java.lang.String propertyName,
java.lang.Object value,
net.anotheria.util.sorter.SortType sortType)
Returns all BoxType objects, where property with given name equals object, sorted.
|
int |
getBoxTypesCount()
Returns all BoxTypes count.
|
GuardDef |
getGuardDef(java.lang.String id)
Returns the GuardDef object with the specified id.
|
java.util.List<GuardDef> |
getGuardDefs()
Returns all GuardDefs objects stored.
|
java.util.List<GuardDef> |
getGuardDefs(net.anotheria.util.slicer.Segment aSegment)
Returns GuardDefs objects segment.
|
java.util.List<GuardDef> |
getGuardDefs(net.anotheria.util.sorter.SortType sortType)
Returns all GuardDefs objects sorted by given sortType.
|
java.util.List<GuardDef> |
getGuardDefsByProperty(net.anotheria.anodoc.query2.QueryProperty... property)
Returns all GuardDef objects, where property matches.
|
java.util.List<GuardDef> |
getGuardDefsByProperty(net.anotheria.util.slicer.Segment aSegment,
net.anotheria.anodoc.query2.QueryProperty... aProperty)
Returns GuardDef objects segment, where property matches.
|
java.util.List<GuardDef> |
getGuardDefsByProperty(net.anotheria.util.slicer.Segment aSegment,
net.anotheria.util.sorter.SortType aSortType,
net.anotheria.anodoc.query2.QueryProperty... aProperty)
Returns GuardDef objects segment, where property matches, sorted.
|
java.util.List<GuardDef> |
getGuardDefsByProperty(net.anotheria.util.sorter.SortType sortType,
net.anotheria.anodoc.query2.QueryProperty... property)
Returns all GuardDef objects, where property matches, sorted.
|
java.util.List<GuardDef> |
getGuardDefsByProperty(java.lang.String propertyName,
java.lang.Object value)
Returns all GuardDef objects, where property with given name equals object.
|
java.util.List<GuardDef> |
getGuardDefsByProperty(java.lang.String propertyName,
java.lang.Object value,
net.anotheria.util.sorter.SortType sortType)
Returns all GuardDef objects, where property with given name equals object, sorted.
|
int |
getGuardDefsCount()
Returns all GuardDefs count.
|
BoxHandlerDef |
importBoxHandlerDef(BoxHandlerDef boxhandlerdef)
Imports a new BoxHandlerDef object.
|
java.util.List<BoxHandlerDef> |
importBoxHandlerDefs(java.util.List<BoxHandlerDef> list)
Imports multiple new BoxHandlerDef object.
|
BoxType |
importBoxType(BoxType boxtype)
Imports a new BoxType object.
|
java.util.List<BoxType> |
importBoxTypes(java.util.List<BoxType> list)
Imports multiple new BoxType object.
|
GuardDef |
importGuardDef(GuardDef guarddef)
Imports a new GuardDef object.
|
java.util.List<GuardDef> |
importGuardDefs(java.util.List<GuardDef> list)
Imports multiple new GuardDef object.
|
BoxHandlerDef |
updateBoxHandlerDef(BoxHandlerDef boxhandlerdef)
Updates a BoxHandlerDef object.
|
java.util.List<BoxHandlerDef> |
updateBoxHandlerDefs(java.util.List<BoxHandlerDef> list)
Updates multiple BoxHandlerDef objects.
|
BoxType |
updateBoxType(BoxType boxtype)
Updates a BoxType object.
|
java.util.List<BoxType> |
updateBoxTypes(java.util.List<BoxType> list)
Updates multiple BoxType objects.
|
GuardDef |
updateGuardDef(GuardDef guarddef)
Updates a GuardDef object.
|
java.util.List<GuardDef> |
updateGuardDefs(java.util.List<GuardDef> list)
Updates multiple GuardDef objects.
|
java.util.List<BoxType> getBoxTypes() throws ASFederatedDataServiceException
ASFederatedDataServiceExceptionjava.util.List<BoxType> getBoxTypes(net.anotheria.util.sorter.SortType sortType) throws ASFederatedDataServiceException
ASFederatedDataServiceExceptionvoid deleteBoxType(java.lang.String id)
throws ASFederatedDataServiceException
ASFederatedDataServiceExceptionvoid deleteBoxType(BoxType boxtype) throws ASFederatedDataServiceException
ASFederatedDataServiceExceptionvoid deleteBoxTypes(java.util.List<BoxType> list) throws ASFederatedDataServiceException
ASFederatedDataServiceExceptionBoxType getBoxType(java.lang.String id) throws ASFederatedDataServiceException
ASFederatedDataServiceExceptionBoxType importBoxType(BoxType boxtype) throws ASFederatedDataServiceException
ASFederatedDataServiceExceptionjava.util.List<BoxType> importBoxTypes(java.util.List<BoxType> list) throws ASFederatedDataServiceException
ASFederatedDataServiceExceptionBoxType createBoxType(BoxType boxtype) throws ASFederatedDataServiceException
ASFederatedDataServiceExceptionjava.util.List<BoxType> createBoxTypes(java.util.List<BoxType> list) throws ASFederatedDataServiceException
ASFederatedDataServiceExceptionBoxType updateBoxType(BoxType boxtype) throws ASFederatedDataServiceException
ASFederatedDataServiceExceptionjava.util.List<BoxType> updateBoxTypes(java.util.List<BoxType> list) throws ASFederatedDataServiceException
ASFederatedDataServiceExceptionjava.util.List<BoxType> getBoxTypesByProperty(java.lang.String propertyName, java.lang.Object value) throws ASFederatedDataServiceException
ASFederatedDataServiceExceptionjava.util.List<BoxType> getBoxTypesByProperty(java.lang.String propertyName, java.lang.Object value, net.anotheria.util.sorter.SortType sortType) throws ASFederatedDataServiceException
ASFederatedDataServiceExceptionnet.anotheria.anodoc.query2.QueryResult executeQueryOnBoxTypes(net.anotheria.anodoc.query2.DocumentQuery query)
throws ASFederatedDataServiceException
ASFederatedDataServiceExceptionjava.util.List<BoxType> getBoxTypesByProperty(net.anotheria.anodoc.query2.QueryProperty... property) throws ASFederatedDataServiceException
ASFederatedDataServiceExceptionjava.util.List<BoxType> getBoxTypesByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property) throws ASFederatedDataServiceException
ASFederatedDataServiceExceptionint getBoxTypesCount()
throws ASFederatedDataServiceException
ASFederatedDataServiceExceptionjava.util.List<BoxType> getBoxTypes(net.anotheria.util.slicer.Segment aSegment) throws ASFederatedDataServiceException
ASFederatedDataServiceExceptionjava.util.List<BoxType> getBoxTypesByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... aProperty) throws ASFederatedDataServiceException
ASFederatedDataServiceExceptionjava.util.List<BoxType> getBoxTypesByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.util.sorter.SortType aSortType, net.anotheria.anodoc.query2.QueryProperty... aProperty) throws ASFederatedDataServiceException
ASFederatedDataServiceExceptionnet.anotheria.util.xml.XMLNode exportBoxTypesToXML(java.util.List<BoxType> listBoxTypes) throws ASFederatedDataServiceException
ASFederatedDataServiceExceptionvoid fetchBoxType(java.lang.String id,
java.util.Set<java.lang.String> addedDocuments,
org.codehaus.jettison.json.JSONArray data)
throws ASFederatedDataServiceException
ASFederatedDataServiceExceptionjava.util.List<BoxHandlerDef> getBoxHandlerDefs() throws ASFederatedDataServiceException
ASFederatedDataServiceExceptionjava.util.List<BoxHandlerDef> getBoxHandlerDefs(net.anotheria.util.sorter.SortType sortType) throws ASFederatedDataServiceException
ASFederatedDataServiceExceptionvoid deleteBoxHandlerDef(java.lang.String id)
throws ASFederatedDataServiceException
ASFederatedDataServiceExceptionvoid deleteBoxHandlerDef(BoxHandlerDef boxhandlerdef) throws ASFederatedDataServiceException
ASFederatedDataServiceExceptionvoid deleteBoxHandlerDefs(java.util.List<BoxHandlerDef> list) throws ASFederatedDataServiceException
ASFederatedDataServiceExceptionBoxHandlerDef getBoxHandlerDef(java.lang.String id) throws ASFederatedDataServiceException
ASFederatedDataServiceExceptionBoxHandlerDef importBoxHandlerDef(BoxHandlerDef boxhandlerdef) throws ASFederatedDataServiceException
ASFederatedDataServiceExceptionjava.util.List<BoxHandlerDef> importBoxHandlerDefs(java.util.List<BoxHandlerDef> list) throws ASFederatedDataServiceException
ASFederatedDataServiceExceptionBoxHandlerDef createBoxHandlerDef(BoxHandlerDef boxhandlerdef) throws ASFederatedDataServiceException
ASFederatedDataServiceExceptionjava.util.List<BoxHandlerDef> createBoxHandlerDefs(java.util.List<BoxHandlerDef> list) throws ASFederatedDataServiceException
ASFederatedDataServiceExceptionBoxHandlerDef updateBoxHandlerDef(BoxHandlerDef boxhandlerdef) throws ASFederatedDataServiceException
ASFederatedDataServiceExceptionjava.util.List<BoxHandlerDef> updateBoxHandlerDefs(java.util.List<BoxHandlerDef> list) throws ASFederatedDataServiceException
ASFederatedDataServiceExceptionjava.util.List<BoxHandlerDef> getBoxHandlerDefsByProperty(java.lang.String propertyName, java.lang.Object value) throws ASFederatedDataServiceException
ASFederatedDataServiceExceptionjava.util.List<BoxHandlerDef> getBoxHandlerDefsByProperty(java.lang.String propertyName, java.lang.Object value, net.anotheria.util.sorter.SortType sortType) throws ASFederatedDataServiceException
ASFederatedDataServiceExceptionnet.anotheria.anodoc.query2.QueryResult executeQueryOnBoxHandlerDefs(net.anotheria.anodoc.query2.DocumentQuery query)
throws ASFederatedDataServiceException
ASFederatedDataServiceExceptionjava.util.List<BoxHandlerDef> getBoxHandlerDefsByProperty(net.anotheria.anodoc.query2.QueryProperty... property) throws ASFederatedDataServiceException
ASFederatedDataServiceExceptionjava.util.List<BoxHandlerDef> getBoxHandlerDefsByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property) throws ASFederatedDataServiceException
ASFederatedDataServiceExceptionint getBoxHandlerDefsCount()
throws ASFederatedDataServiceException
ASFederatedDataServiceExceptionjava.util.List<BoxHandlerDef> getBoxHandlerDefs(net.anotheria.util.slicer.Segment aSegment) throws ASFederatedDataServiceException
ASFederatedDataServiceExceptionjava.util.List<BoxHandlerDef> getBoxHandlerDefsByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... aProperty) throws ASFederatedDataServiceException
ASFederatedDataServiceExceptionjava.util.List<BoxHandlerDef> getBoxHandlerDefsByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.util.sorter.SortType aSortType, net.anotheria.anodoc.query2.QueryProperty... aProperty) throws ASFederatedDataServiceException
ASFederatedDataServiceExceptionnet.anotheria.util.xml.XMLNode exportBoxHandlerDefsToXML(java.util.List<BoxHandlerDef> listBoxHandlerDefs) throws ASFederatedDataServiceException
ASFederatedDataServiceExceptionvoid fetchBoxHandlerDef(java.lang.String id,
java.util.Set<java.lang.String> addedDocuments,
org.codehaus.jettison.json.JSONArray data)
throws ASFederatedDataServiceException
ASFederatedDataServiceExceptionjava.util.List<GuardDef> getGuardDefs() throws ASFederatedDataServiceException
ASFederatedDataServiceExceptionjava.util.List<GuardDef> getGuardDefs(net.anotheria.util.sorter.SortType sortType) throws ASFederatedDataServiceException
ASFederatedDataServiceExceptionvoid deleteGuardDef(java.lang.String id)
throws ASFederatedDataServiceException
ASFederatedDataServiceExceptionvoid deleteGuardDef(GuardDef guarddef) throws ASFederatedDataServiceException
ASFederatedDataServiceExceptionvoid deleteGuardDefs(java.util.List<GuardDef> list) throws ASFederatedDataServiceException
ASFederatedDataServiceExceptionGuardDef getGuardDef(java.lang.String id) throws ASFederatedDataServiceException
ASFederatedDataServiceExceptionGuardDef importGuardDef(GuardDef guarddef) throws ASFederatedDataServiceException
ASFederatedDataServiceExceptionjava.util.List<GuardDef> importGuardDefs(java.util.List<GuardDef> list) throws ASFederatedDataServiceException
ASFederatedDataServiceExceptionGuardDef createGuardDef(GuardDef guarddef) throws ASFederatedDataServiceException
ASFederatedDataServiceExceptionjava.util.List<GuardDef> createGuardDefs(java.util.List<GuardDef> list) throws ASFederatedDataServiceException
ASFederatedDataServiceExceptionGuardDef updateGuardDef(GuardDef guarddef) throws ASFederatedDataServiceException
ASFederatedDataServiceExceptionjava.util.List<GuardDef> updateGuardDefs(java.util.List<GuardDef> list) throws ASFederatedDataServiceException
ASFederatedDataServiceExceptionjava.util.List<GuardDef> getGuardDefsByProperty(java.lang.String propertyName, java.lang.Object value) throws ASFederatedDataServiceException
ASFederatedDataServiceExceptionjava.util.List<GuardDef> getGuardDefsByProperty(java.lang.String propertyName, java.lang.Object value, net.anotheria.util.sorter.SortType sortType) throws ASFederatedDataServiceException
ASFederatedDataServiceExceptionnet.anotheria.anodoc.query2.QueryResult executeQueryOnGuardDefs(net.anotheria.anodoc.query2.DocumentQuery query)
throws ASFederatedDataServiceException
ASFederatedDataServiceExceptionjava.util.List<GuardDef> getGuardDefsByProperty(net.anotheria.anodoc.query2.QueryProperty... property) throws ASFederatedDataServiceException
ASFederatedDataServiceExceptionjava.util.List<GuardDef> getGuardDefsByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property) throws ASFederatedDataServiceException
ASFederatedDataServiceExceptionint getGuardDefsCount()
throws ASFederatedDataServiceException
ASFederatedDataServiceExceptionjava.util.List<GuardDef> getGuardDefs(net.anotheria.util.slicer.Segment aSegment) throws ASFederatedDataServiceException
ASFederatedDataServiceExceptionjava.util.List<GuardDef> getGuardDefsByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... aProperty) throws ASFederatedDataServiceException
ASFederatedDataServiceExceptionjava.util.List<GuardDef> getGuardDefsByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.util.sorter.SortType aSortType, net.anotheria.anodoc.query2.QueryProperty... aProperty) throws ASFederatedDataServiceException
ASFederatedDataServiceExceptionnet.anotheria.util.xml.XMLNode exportGuardDefsToXML(java.util.List<GuardDef> listGuardDefs) throws ASFederatedDataServiceException
ASFederatedDataServiceExceptionvoid fetchGuardDef(java.lang.String id,
java.util.Set<java.lang.String> addedDocuments,
org.codehaus.jettison.json.JSONArray data)
throws ASFederatedDataServiceException
ASFederatedDataServiceExceptionvoid executeParsingForDocument(DocumentName documentName, org.codehaus.jettison.json.JSONObject data) throws ASFederatedDataServiceException
ASFederatedDataServiceExceptionnet.anotheria.anodoc.query2.QueryResult executeQueryOnAllObjects(net.anotheria.anodoc.query2.DocumentQuery query)
throws ASFederatedDataServiceException
ASFederatedDataServiceExceptionnet.anotheria.util.xml.XMLNode exportToXML()
throws ASFederatedDataServiceException
ASFederatedDataServiceExceptionCopyright © 2012-2023 anotheria.net. All Rights Reserved.