ActionMappingDef |
IASCustomActionService.createActionMappingDef(ActionMappingDef actionmappingdef) |
Creates a new ActionMappingDef object.
|
java.util.List<ActionMappingDef> |
IASCustomActionService.createActionMappingDefs(java.util.List<ActionMappingDef> list) |
Creates multiple new ActionMappingDef objects.
|
CustomActionDef |
IASCustomActionService.createCustomActionDef(CustomActionDef customactiondef) |
Creates a new CustomActionDef object.
|
java.util.List<CustomActionDef> |
IASCustomActionService.createCustomActionDefs(java.util.List<CustomActionDef> list) |
Creates multiple new CustomActionDef objects.
|
void |
IASCustomActionService.deleteActionMappingDef(java.lang.String id) |
Deletes a ActionMappingDef object by id.
|
void |
IASCustomActionService.deleteActionMappingDef(ActionMappingDef actionmappingdef) |
Deletes a ActionMappingDef object.
|
void |
IASCustomActionService.deleteActionMappingDefs(java.util.List<ActionMappingDef> list) |
Deletes multiple ActionMappingDef object.
|
void |
IASCustomActionService.deleteCustomActionDef(java.lang.String id) |
Deletes a CustomActionDef object by id.
|
void |
IASCustomActionService.deleteCustomActionDef(CustomActionDef customactiondef) |
Deletes a CustomActionDef object.
|
void |
IASCustomActionService.deleteCustomActionDefs(java.util.List<CustomActionDef> list) |
Deletes multiple CustomActionDef object.
|
void |
ASCustomActionServiceImpl.executeParsingForDocument(DocumentName documentName,
org.codehaus.jettison.json.JSONObject data) |
|
void |
IASCustomActionService.executeParsingForDocument(DocumentName documentName,
org.codehaus.jettison.json.JSONObject data) |
Save transferred document by its own type.
|
net.anotheria.anodoc.query2.QueryResult |
IASCustomActionService.executeQueryOnActionMappingDefs(net.anotheria.anodoc.query2.DocumentQuery query) |
Executes a query.
|
net.anotheria.anodoc.query2.QueryResult |
IASCustomActionService.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 |
IASCustomActionService.executeQueryOnCustomActionDefs(net.anotheria.anodoc.query2.DocumentQuery query) |
Executes a query.
|
net.anotheria.util.xml.XMLNode |
IASCustomActionService.exportActionMappingDefsToXML(java.util.List<ActionMappingDef> listActionMappingDefs) |
Creates an xml element with selected contained data.
|
net.anotheria.util.xml.XMLNode |
IASCustomActionService.exportCustomActionDefsToXML(java.util.List<CustomActionDef> listCustomActionDefs) |
Creates an xml element with selected contained data.
|
net.anotheria.util.xml.XMLNode |
IASCustomActionService.exportToXML() |
creates an xml element with all contained data.
|
void |
ASCustomActionServiceImpl.fetchActionMappingDef(java.lang.String id,
java.util.Set<java.lang.String> addedDocuments,
org.codehaus.jettison.json.JSONArray data) |
|
void |
IASCustomActionService.fetchActionMappingDef(java.lang.String id,
java.util.Set<java.lang.String> addedDocuments,
org.codehaus.jettison.json.JSONArray data) |
Create json object list dependencies for this ActionMappingDef document.
|
void |
ASCustomActionServiceImpl.fetchCustomActionDef(java.lang.String id,
java.util.Set<java.lang.String> addedDocuments,
org.codehaus.jettison.json.JSONArray data) |
|
void |
IASCustomActionService.fetchCustomActionDef(java.lang.String id,
java.util.Set<java.lang.String> addedDocuments,
org.codehaus.jettison.json.JSONArray data) |
Create json object list dependencies for this CustomActionDef document.
|
ActionMappingDef |
IASCustomActionService.getActionMappingDef(java.lang.String id) |
Returns the ActionMappingDef object with the specified id.
|
java.util.List<ActionMappingDef> |
IASCustomActionService.getActionMappingDefs() |
Returns all ActionMappingDefs objects stored.
|
java.util.List<ActionMappingDef> |
IASCustomActionService.getActionMappingDefs(net.anotheria.util.slicer.Segment aSegment) |
Returns ActionMappingDefs objects segment.
|
java.util.List<ActionMappingDef> |
IASCustomActionService.getActionMappingDefs(net.anotheria.util.sorter.SortType sortType) |
Returns all ActionMappingDefs objects sorted by given sortType.
|
java.util.List<ActionMappingDef> |
IASCustomActionService.getActionMappingDefsByProperty(java.lang.String propertyName,
java.lang.Object value) |
Returns all ActionMappingDef objects, where property with given name equals object.
|
java.util.List<ActionMappingDef> |
IASCustomActionService.getActionMappingDefsByProperty(java.lang.String propertyName,
java.lang.Object value,
net.anotheria.util.sorter.SortType sortType) |
Returns all ActionMappingDef objects, where property with given name equals object, sorted.
|
java.util.List<ActionMappingDef> |
IASCustomActionService.getActionMappingDefsByProperty(net.anotheria.anodoc.query2.QueryProperty... property) |
Returns all ActionMappingDef objects, where property matches.
|
java.util.List<ActionMappingDef> |
IASCustomActionService.getActionMappingDefsByProperty(net.anotheria.util.slicer.Segment aSegment,
net.anotheria.anodoc.query2.QueryProperty... aProperty) |
Returns ActionMappingDef objects segment, where property matches.
|
java.util.List<ActionMappingDef> |
IASCustomActionService.getActionMappingDefsByProperty(net.anotheria.util.slicer.Segment aSegment,
net.anotheria.util.sorter.SortType aSortType,
net.anotheria.anodoc.query2.QueryProperty... aProperty) |
Returns ActionMappingDef objects segment, where property matches, sorted.
|
java.util.List<ActionMappingDef> |
IASCustomActionService.getActionMappingDefsByProperty(net.anotheria.util.sorter.SortType sortType,
net.anotheria.anodoc.query2.QueryProperty... property) |
Returns all ActionMappingDef objects, where property matches, sorted.
|
int |
IASCustomActionService.getActionMappingDefsCount() |
Returns all ActionMappingDefs count.
|
CustomActionDef |
IASCustomActionService.getCustomActionDef(java.lang.String id) |
Returns the CustomActionDef object with the specified id.
|
java.util.List<CustomActionDef> |
IASCustomActionService.getCustomActionDefs() |
Returns all CustomActionDefs objects stored.
|
java.util.List<CustomActionDef> |
IASCustomActionService.getCustomActionDefs(net.anotheria.util.slicer.Segment aSegment) |
Returns CustomActionDefs objects segment.
|
java.util.List<CustomActionDef> |
IASCustomActionService.getCustomActionDefs(net.anotheria.util.sorter.SortType sortType) |
Returns all CustomActionDefs objects sorted by given sortType.
|
java.util.List<CustomActionDef> |
IASCustomActionService.getCustomActionDefsByProperty(java.lang.String propertyName,
java.lang.Object value) |
Returns all CustomActionDef objects, where property with given name equals object.
|
java.util.List<CustomActionDef> |
IASCustomActionService.getCustomActionDefsByProperty(java.lang.String propertyName,
java.lang.Object value,
net.anotheria.util.sorter.SortType sortType) |
Returns all CustomActionDef objects, where property with given name equals object, sorted.
|
java.util.List<CustomActionDef> |
IASCustomActionService.getCustomActionDefsByProperty(net.anotheria.anodoc.query2.QueryProperty... property) |
Returns all CustomActionDef objects, where property matches.
|
java.util.List<CustomActionDef> |
IASCustomActionService.getCustomActionDefsByProperty(net.anotheria.util.slicer.Segment aSegment,
net.anotheria.anodoc.query2.QueryProperty... aProperty) |
Returns CustomActionDef objects segment, where property matches.
|
java.util.List<CustomActionDef> |
IASCustomActionService.getCustomActionDefsByProperty(net.anotheria.util.slicer.Segment aSegment,
net.anotheria.util.sorter.SortType aSortType,
net.anotheria.anodoc.query2.QueryProperty... aProperty) |
Returns CustomActionDef objects segment, where property matches, sorted.
|
java.util.List<CustomActionDef> |
IASCustomActionService.getCustomActionDefsByProperty(net.anotheria.util.sorter.SortType sortType,
net.anotheria.anodoc.query2.QueryProperty... property) |
Returns all CustomActionDef objects, where property matches, sorted.
|
int |
IASCustomActionService.getCustomActionDefsCount() |
Returns all CustomActionDefs count.
|
ActionMappingDef |
IASCustomActionService.importActionMappingDef(ActionMappingDef actionmappingdef) |
Imports a new ActionMappingDef object.
|
java.util.List<ActionMappingDef> |
IASCustomActionService.importActionMappingDefs(java.util.List<ActionMappingDef> list) |
Imports multiple new ActionMappingDef object.
|
CustomActionDef |
IASCustomActionService.importCustomActionDef(CustomActionDef customactiondef) |
Imports a new CustomActionDef object.
|
java.util.List<CustomActionDef> |
IASCustomActionService.importCustomActionDefs(java.util.List<CustomActionDef> list) |
Imports multiple new CustomActionDef object.
|
ActionMappingDef |
IASCustomActionService.updateActionMappingDef(ActionMappingDef actionmappingdef) |
Updates a ActionMappingDef object.
|
java.util.List<ActionMappingDef> |
IASCustomActionService.updateActionMappingDefs(java.util.List<ActionMappingDef> list) |
Updates multiple ActionMappingDef objects.
|
CustomActionDef |
IASCustomActionService.updateCustomActionDef(CustomActionDef customactiondef) |
Updates a CustomActionDef object.
|
java.util.List<CustomActionDef> |
IASCustomActionService.updateCustomActionDefs(java.util.List<CustomActionDef> list) |
Updates multiple CustomActionDef objects.
|