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