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