public class ASFederatedDataServiceImpl extends BasicService implements IASFederatedDataService
| Modifier and Type | Field and Description |
|---|---|
static char |
ID_DELIMITER |
static java.lang.String |
ID_PREFIX_C |
static java.lang.String |
ID_PREFIX_G |
log| 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 objects.
|
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 objects.
|
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 objects.
|
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 on BoxHandlerDefs
|
net.anotheria.anodoc.query2.QueryResult |
executeQueryOnBoxTypes(net.anotheria.anodoc.query2.DocumentQuery query)
Executes a query on BoxTypes
|
net.anotheria.anodoc.query2.QueryResult |
executeQueryOnGuardDefs(net.anotheria.anodoc.query2.DocumentQuery query)
Executes a query on GuardDefs
|
net.anotheria.util.xml.XMLNode |
exportBoxHandlerDefsToXML(java.util.List<BoxHandlerDef> listBoxHandlerDefs)
Creates an xml element with selected contained data.
|
net.anotheria.util.xml.XMLNode |
exportBoxHandlerDefsToXML(java.lang.String[] languages,
java.util.List<BoxHandlerDef> listBoxHandlerDefs) |
net.anotheria.util.xml.XMLNode |
exportBoxTypesToXML(java.util.List<BoxType> listBoxTypes)
Creates an xml element with selected contained data.
|
net.anotheria.util.xml.XMLNode |
exportBoxTypesToXML(java.lang.String[] languages,
java.util.List<BoxType> listBoxTypes) |
net.anotheria.util.xml.XMLNode |
exportGuardDefsToXML(java.util.List<GuardDef> listGuardDefs)
Creates an xml element with selected contained data.
|
net.anotheria.util.xml.XMLNode |
exportGuardDefsToXML(java.lang.String[] languages,
java.util.List<GuardDef> listGuardDefs) |
net.anotheria.util.xml.XMLNode |
exportToXML()
creates an xml element with all contained data.
|
net.anotheria.util.xml.XMLNode |
exportToXML(java.lang.String[] languages) |
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 BoxHandlerDef 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 matched.
|
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 matched, 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 BoxHandlerDef objects 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 BoxType 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 matched.
|
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 matched, 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 BoxType objects 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 GuardDef 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 matched.
|
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 matched, 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 GuardDef objects 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 new BoxHandlerDef objects.
|
BoxType |
updateBoxType(BoxType boxtype)
Updates a BoxType object.
|
java.util.List<BoxType> |
updateBoxTypes(java.util.List<BoxType> list)
Updates multiple new BoxType objects.
|
GuardDef |
updateGuardDef(GuardDef guarddef)
Updates a GuardDef object.
|
java.util.List<GuardDef> |
updateGuardDefs(java.util.List<GuardDef> list)
Updates multiple new GuardDef objects.
|
getAnoAccessApplicationDataService, getAnoAccessConfigurationService, getASActionService, getASBrandService, getASCustomActionService, getASCustomDataService, getASExperimentService, getASFeatureService, getASFederatedDataService, getASGenericActionService, getASGenericDataService, getASLayoutDataService, getASResourceDataService, getASSiteConfigService, getASSiteDataService, getASUserDataService, getASWebDataService, getASWizardDataService, getImagesServiceaddServiceListener, fireObjectCreatedEvent, fireObjectDeletedEvent, fireObjectImportedEvent, fireObjectUpdatedEvent, firePersistenceChangedEvent, hasServiceListeners, removeServiceListenerpublic static final char ID_DELIMITER
public static final java.lang.String ID_PREFIX_G
public static final java.lang.String ID_PREFIX_C
public java.util.List<BoxType> getBoxTypes() throws ASFederatedDataServiceException
IASFederatedDataServicegetBoxTypes in interface IASFederatedDataServiceASFederatedDataServiceExceptionpublic java.util.List<BoxType> getBoxTypes(net.anotheria.util.sorter.SortType sortType) throws ASFederatedDataServiceException
IASFederatedDataServicegetBoxTypes in interface IASFederatedDataServiceASFederatedDataServiceExceptionpublic void deleteBoxType(BoxType boxtype) throws ASFederatedDataServiceException
IASFederatedDataServicedeleteBoxType in interface IASFederatedDataServiceASFederatedDataServiceExceptionpublic void deleteBoxType(java.lang.String id)
throws ASFederatedDataServiceException
IASFederatedDataServicedeleteBoxType in interface IASFederatedDataServiceASFederatedDataServiceExceptionpublic void deleteBoxTypes(java.util.List<BoxType> list) throws ASFederatedDataServiceException
deleteBoxTypes in interface IASFederatedDataServiceASFederatedDataServiceExceptionpublic BoxType getBoxType(java.lang.String id) throws ASFederatedDataServiceException
IASFederatedDataServicegetBoxType in interface IASFederatedDataServiceASFederatedDataServiceExceptionpublic BoxType importBoxType(BoxType boxtype) throws ASFederatedDataServiceException
IASFederatedDataServiceimportBoxType in interface IASFederatedDataServiceASFederatedDataServiceExceptionpublic java.util.List<BoxType> importBoxTypes(java.util.List<BoxType> list) throws ASFederatedDataServiceException
IASFederatedDataServiceimportBoxTypes in interface IASFederatedDataServiceASFederatedDataServiceExceptionpublic BoxType createBoxType(BoxType boxtype) throws ASFederatedDataServiceException
IASFederatedDataServicecreateBoxType in interface IASFederatedDataServiceASFederatedDataServiceExceptionpublic java.util.List<BoxType> createBoxTypes(java.util.List<BoxType> list) throws ASFederatedDataServiceException
createBoxTypes in interface IASFederatedDataServiceASFederatedDataServiceExceptionpublic java.util.List<BoxType> updateBoxTypes(java.util.List<BoxType> list) throws ASFederatedDataServiceException
updateBoxTypes in interface IASFederatedDataServiceASFederatedDataServiceExceptionpublic BoxType updateBoxType(BoxType boxtype) throws ASFederatedDataServiceException
IASFederatedDataServiceupdateBoxType in interface IASFederatedDataServiceASFederatedDataServiceExceptionpublic java.util.List<BoxType> getBoxTypesByProperty(java.lang.String propertyName, java.lang.Object value) throws ASFederatedDataServiceException
IASFederatedDataServicegetBoxTypesByProperty in interface IASFederatedDataServiceASFederatedDataServiceExceptionpublic java.util.List<BoxType> getBoxTypesByProperty(java.lang.String propertyName, java.lang.Object value, net.anotheria.util.sorter.SortType sortType) throws ASFederatedDataServiceException
IASFederatedDataServicegetBoxTypesByProperty in interface IASFederatedDataServiceASFederatedDataServiceExceptionpublic net.anotheria.anodoc.query2.QueryResult executeQueryOnBoxTypes(net.anotheria.anodoc.query2.DocumentQuery query)
throws ASFederatedDataServiceException
executeQueryOnBoxTypes in interface IASFederatedDataServiceASFederatedDataServiceExceptionpublic java.util.List<BoxType> getBoxTypesByProperty(net.anotheria.anodoc.query2.QueryProperty... property) throws ASFederatedDataServiceException
getBoxTypesByProperty in interface IASFederatedDataServiceASFederatedDataServiceExceptionpublic java.util.List<BoxType> getBoxTypesByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property) throws ASFederatedDataServiceException
getBoxTypesByProperty in interface IASFederatedDataServiceASFederatedDataServiceExceptionpublic int getBoxTypesCount()
throws ASFederatedDataServiceException
getBoxTypesCount in interface IASFederatedDataServiceASFederatedDataServiceExceptionpublic java.util.List<BoxType> getBoxTypes(net.anotheria.util.slicer.Segment aSegment) throws ASFederatedDataServiceException
getBoxTypes in interface IASFederatedDataServiceASFederatedDataServiceExceptionpublic java.util.List<BoxType> getBoxTypesByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... aProperty) throws ASFederatedDataServiceException
getBoxTypesByProperty in interface IASFederatedDataServiceASFederatedDataServiceExceptionpublic java.util.List<BoxType> getBoxTypesByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.util.sorter.SortType aSortType, net.anotheria.anodoc.query2.QueryProperty... aProperty) throws ASFederatedDataServiceException
getBoxTypesByProperty in interface IASFederatedDataServiceASFederatedDataServiceExceptionpublic net.anotheria.util.xml.XMLNode exportBoxTypesToXML(java.util.List<BoxType> listBoxTypes)
IASFederatedDataServiceexportBoxTypesToXML in interface IASFederatedDataServicepublic net.anotheria.util.xml.XMLNode exportBoxTypesToXML(java.lang.String[] languages,
java.util.List<BoxType> listBoxTypes)
throws ASFederatedDataServiceException
ASFederatedDataServiceExceptionpublic void fetchBoxType(java.lang.String id,
java.util.Set<java.lang.String> addedDocuments,
org.codehaus.jettison.json.JSONArray data)
throws ASFederatedDataServiceException
IASFederatedDataServicefetchBoxType in interface IASFederatedDataServiceASFederatedDataServiceExceptionpublic java.util.List<BoxHandlerDef> getBoxHandlerDefs() throws ASFederatedDataServiceException
IASFederatedDataServicegetBoxHandlerDefs in interface IASFederatedDataServiceASFederatedDataServiceExceptionpublic java.util.List<BoxHandlerDef> getBoxHandlerDefs(net.anotheria.util.sorter.SortType sortType) throws ASFederatedDataServiceException
IASFederatedDataServicegetBoxHandlerDefs in interface IASFederatedDataServiceASFederatedDataServiceExceptionpublic void deleteBoxHandlerDef(BoxHandlerDef boxhandlerdef) throws ASFederatedDataServiceException
IASFederatedDataServicedeleteBoxHandlerDef in interface IASFederatedDataServiceASFederatedDataServiceExceptionpublic void deleteBoxHandlerDef(java.lang.String id)
throws ASFederatedDataServiceException
IASFederatedDataServicedeleteBoxHandlerDef in interface IASFederatedDataServiceASFederatedDataServiceExceptionpublic void deleteBoxHandlerDefs(java.util.List<BoxHandlerDef> list) throws ASFederatedDataServiceException
deleteBoxHandlerDefs in interface IASFederatedDataServiceASFederatedDataServiceExceptionpublic BoxHandlerDef getBoxHandlerDef(java.lang.String id) throws ASFederatedDataServiceException
IASFederatedDataServicegetBoxHandlerDef in interface IASFederatedDataServiceASFederatedDataServiceExceptionpublic BoxHandlerDef importBoxHandlerDef(BoxHandlerDef boxhandlerdef) throws ASFederatedDataServiceException
IASFederatedDataServiceimportBoxHandlerDef in interface IASFederatedDataServiceASFederatedDataServiceExceptionpublic java.util.List<BoxHandlerDef> importBoxHandlerDefs(java.util.List<BoxHandlerDef> list) throws ASFederatedDataServiceException
IASFederatedDataServiceimportBoxHandlerDefs in interface IASFederatedDataServiceASFederatedDataServiceExceptionpublic BoxHandlerDef createBoxHandlerDef(BoxHandlerDef boxhandlerdef) throws ASFederatedDataServiceException
IASFederatedDataServicecreateBoxHandlerDef in interface IASFederatedDataServiceASFederatedDataServiceExceptionpublic java.util.List<BoxHandlerDef> createBoxHandlerDefs(java.util.List<BoxHandlerDef> list) throws ASFederatedDataServiceException
createBoxHandlerDefs in interface IASFederatedDataServiceASFederatedDataServiceExceptionpublic java.util.List<BoxHandlerDef> updateBoxHandlerDefs(java.util.List<BoxHandlerDef> list) throws ASFederatedDataServiceException
updateBoxHandlerDefs in interface IASFederatedDataServiceASFederatedDataServiceExceptionpublic BoxHandlerDef updateBoxHandlerDef(BoxHandlerDef boxhandlerdef) throws ASFederatedDataServiceException
IASFederatedDataServiceupdateBoxHandlerDef in interface IASFederatedDataServiceASFederatedDataServiceExceptionpublic java.util.List<BoxHandlerDef> getBoxHandlerDefsByProperty(java.lang.String propertyName, java.lang.Object value) throws ASFederatedDataServiceException
IASFederatedDataServicegetBoxHandlerDefsByProperty in interface IASFederatedDataServiceASFederatedDataServiceExceptionpublic java.util.List<BoxHandlerDef> getBoxHandlerDefsByProperty(java.lang.String propertyName, java.lang.Object value, net.anotheria.util.sorter.SortType sortType) throws ASFederatedDataServiceException
IASFederatedDataServicegetBoxHandlerDefsByProperty in interface IASFederatedDataServiceASFederatedDataServiceExceptionpublic net.anotheria.anodoc.query2.QueryResult executeQueryOnBoxHandlerDefs(net.anotheria.anodoc.query2.DocumentQuery query)
throws ASFederatedDataServiceException
executeQueryOnBoxHandlerDefs in interface IASFederatedDataServiceASFederatedDataServiceExceptionpublic java.util.List<BoxHandlerDef> getBoxHandlerDefsByProperty(net.anotheria.anodoc.query2.QueryProperty... property) throws ASFederatedDataServiceException
getBoxHandlerDefsByProperty in interface IASFederatedDataServiceASFederatedDataServiceExceptionpublic java.util.List<BoxHandlerDef> getBoxHandlerDefsByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property) throws ASFederatedDataServiceException
getBoxHandlerDefsByProperty in interface IASFederatedDataServiceASFederatedDataServiceExceptionpublic int getBoxHandlerDefsCount()
throws ASFederatedDataServiceException
getBoxHandlerDefsCount in interface IASFederatedDataServiceASFederatedDataServiceExceptionpublic java.util.List<BoxHandlerDef> getBoxHandlerDefs(net.anotheria.util.slicer.Segment aSegment) throws ASFederatedDataServiceException
getBoxHandlerDefs in interface IASFederatedDataServiceASFederatedDataServiceExceptionpublic java.util.List<BoxHandlerDef> getBoxHandlerDefsByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... aProperty) throws ASFederatedDataServiceException
getBoxHandlerDefsByProperty in interface IASFederatedDataServiceASFederatedDataServiceExceptionpublic java.util.List<BoxHandlerDef> getBoxHandlerDefsByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.util.sorter.SortType aSortType, net.anotheria.anodoc.query2.QueryProperty... aProperty) throws ASFederatedDataServiceException
getBoxHandlerDefsByProperty in interface IASFederatedDataServiceASFederatedDataServiceExceptionpublic net.anotheria.util.xml.XMLNode exportBoxHandlerDefsToXML(java.util.List<BoxHandlerDef> listBoxHandlerDefs)
IASFederatedDataServiceexportBoxHandlerDefsToXML in interface IASFederatedDataServicepublic net.anotheria.util.xml.XMLNode exportBoxHandlerDefsToXML(java.lang.String[] languages,
java.util.List<BoxHandlerDef> listBoxHandlerDefs)
throws ASFederatedDataServiceException
ASFederatedDataServiceExceptionpublic void fetchBoxHandlerDef(java.lang.String id,
java.util.Set<java.lang.String> addedDocuments,
org.codehaus.jettison.json.JSONArray data)
throws ASFederatedDataServiceException
IASFederatedDataServicefetchBoxHandlerDef in interface IASFederatedDataServiceASFederatedDataServiceExceptionpublic java.util.List<GuardDef> getGuardDefs() throws ASFederatedDataServiceException
IASFederatedDataServicegetGuardDefs in interface IASFederatedDataServiceASFederatedDataServiceExceptionpublic java.util.List<GuardDef> getGuardDefs(net.anotheria.util.sorter.SortType sortType) throws ASFederatedDataServiceException
IASFederatedDataServicegetGuardDefs in interface IASFederatedDataServiceASFederatedDataServiceExceptionpublic void deleteGuardDef(GuardDef guarddef) throws ASFederatedDataServiceException
IASFederatedDataServicedeleteGuardDef in interface IASFederatedDataServiceASFederatedDataServiceExceptionpublic void deleteGuardDef(java.lang.String id)
throws ASFederatedDataServiceException
IASFederatedDataServicedeleteGuardDef in interface IASFederatedDataServiceASFederatedDataServiceExceptionpublic void deleteGuardDefs(java.util.List<GuardDef> list) throws ASFederatedDataServiceException
deleteGuardDefs in interface IASFederatedDataServiceASFederatedDataServiceExceptionpublic GuardDef getGuardDef(java.lang.String id) throws ASFederatedDataServiceException
IASFederatedDataServicegetGuardDef in interface IASFederatedDataServiceASFederatedDataServiceExceptionpublic GuardDef importGuardDef(GuardDef guarddef) throws ASFederatedDataServiceException
IASFederatedDataServiceimportGuardDef in interface IASFederatedDataServiceASFederatedDataServiceExceptionpublic java.util.List<GuardDef> importGuardDefs(java.util.List<GuardDef> list) throws ASFederatedDataServiceException
IASFederatedDataServiceimportGuardDefs in interface IASFederatedDataServiceASFederatedDataServiceExceptionpublic GuardDef createGuardDef(GuardDef guarddef) throws ASFederatedDataServiceException
IASFederatedDataServicecreateGuardDef in interface IASFederatedDataServiceASFederatedDataServiceExceptionpublic java.util.List<GuardDef> createGuardDefs(java.util.List<GuardDef> list) throws ASFederatedDataServiceException
createGuardDefs in interface IASFederatedDataServiceASFederatedDataServiceExceptionpublic java.util.List<GuardDef> updateGuardDefs(java.util.List<GuardDef> list) throws ASFederatedDataServiceException
updateGuardDefs in interface IASFederatedDataServiceASFederatedDataServiceExceptionpublic GuardDef updateGuardDef(GuardDef guarddef) throws ASFederatedDataServiceException
IASFederatedDataServiceupdateGuardDef in interface IASFederatedDataServiceASFederatedDataServiceExceptionpublic java.util.List<GuardDef> getGuardDefsByProperty(java.lang.String propertyName, java.lang.Object value) throws ASFederatedDataServiceException
IASFederatedDataServicegetGuardDefsByProperty in interface IASFederatedDataServiceASFederatedDataServiceExceptionpublic java.util.List<GuardDef> getGuardDefsByProperty(java.lang.String propertyName, java.lang.Object value, net.anotheria.util.sorter.SortType sortType) throws ASFederatedDataServiceException
IASFederatedDataServicegetGuardDefsByProperty in interface IASFederatedDataServiceASFederatedDataServiceExceptionpublic net.anotheria.anodoc.query2.QueryResult executeQueryOnGuardDefs(net.anotheria.anodoc.query2.DocumentQuery query)
throws ASFederatedDataServiceException
executeQueryOnGuardDefs in interface IASFederatedDataServiceASFederatedDataServiceExceptionpublic java.util.List<GuardDef> getGuardDefsByProperty(net.anotheria.anodoc.query2.QueryProperty... property) throws ASFederatedDataServiceException
getGuardDefsByProperty in interface IASFederatedDataServiceASFederatedDataServiceExceptionpublic java.util.List<GuardDef> getGuardDefsByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property) throws ASFederatedDataServiceException
getGuardDefsByProperty in interface IASFederatedDataServiceASFederatedDataServiceExceptionpublic int getGuardDefsCount()
throws ASFederatedDataServiceException
getGuardDefsCount in interface IASFederatedDataServiceASFederatedDataServiceExceptionpublic java.util.List<GuardDef> getGuardDefs(net.anotheria.util.slicer.Segment aSegment) throws ASFederatedDataServiceException
getGuardDefs in interface IASFederatedDataServiceASFederatedDataServiceExceptionpublic java.util.List<GuardDef> getGuardDefsByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... aProperty) throws ASFederatedDataServiceException
getGuardDefsByProperty in interface IASFederatedDataServiceASFederatedDataServiceExceptionpublic java.util.List<GuardDef> getGuardDefsByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.util.sorter.SortType aSortType, net.anotheria.anodoc.query2.QueryProperty... aProperty) throws ASFederatedDataServiceException
getGuardDefsByProperty in interface IASFederatedDataServiceASFederatedDataServiceExceptionpublic net.anotheria.util.xml.XMLNode exportGuardDefsToXML(java.util.List<GuardDef> listGuardDefs)
IASFederatedDataServiceexportGuardDefsToXML in interface IASFederatedDataServicepublic net.anotheria.util.xml.XMLNode exportGuardDefsToXML(java.lang.String[] languages,
java.util.List<GuardDef> listGuardDefs)
throws ASFederatedDataServiceException
ASFederatedDataServiceExceptionpublic void fetchGuardDef(java.lang.String id,
java.util.Set<java.lang.String> addedDocuments,
org.codehaus.jettison.json.JSONArray data)
throws ASFederatedDataServiceException
IASFederatedDataServicefetchGuardDef in interface IASFederatedDataServiceASFederatedDataServiceExceptionpublic void executeParsingForDocument(DocumentName documentName, org.codehaus.jettison.json.JSONObject data) throws ASFederatedDataServiceException
IASFederatedDataServiceexecuteParsingForDocument in interface IASFederatedDataServiceASFederatedDataServiceExceptionpublic net.anotheria.anodoc.query2.QueryResult executeQueryOnAllObjects(net.anotheria.anodoc.query2.DocumentQuery query)
throws ASFederatedDataServiceException
executeQueryOnAllObjects in interface IASFederatedDataServiceASFederatedDataServiceExceptionpublic net.anotheria.util.xml.XMLNode exportToXML()
throws ASFederatedDataServiceException
IASFederatedDataServiceexportToXML in interface IASFederatedDataServiceASFederatedDataServiceExceptionpublic net.anotheria.util.xml.XMLNode exportToXML(java.lang.String[] languages)
throws ASFederatedDataServiceException
ASFederatedDataServiceExceptionCopyright © 2012-2023 anotheria.net. All Rights Reserved.