Class AktionHandler
java.lang.Object
de.xima.fc.handler.AMSApiHandler
de.xima.fc.handler.entity.GenericHandler
de.xima.fc.handler.entity.AktionHandler
- All Implemented Interfaces:
IAPIHandler, IAktionHandler, IGenericHandler, Serializable
Deprecated.
- Author:
- XIMA MEDIA GmbH
- See Also:
-
Field Summary
Fields inherited from class GenericHandler
LOG -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetAllByStatus(UserContext uc, Status status) Deprecated.getByUUID(UserContext uc, Status state, String uuid) Deprecated.Returns the action with the given UUIDgetByUUID(UserContext uc, Status state, UUID uuid) Deprecated.Returns the action with the given UUIDgetFolgeAktionen(UserContext uc, Aktion aktion) Deprecated.getPrevAktionen(UserContext uc, Aktion aktion, Class<? extends IProcessing> verarbeitungsInterface) Deprecated.isAktionMoveable(UserContext uc, Aktion aktion, int targetIdx) Deprecated.move(UserContext uc, Aktion aktion, int targetIdx) Deprecated.Methods inherited from class GenericHandler
create, create, delete, delete, deleteBy, deleteById, deleteById, getAll, getAllBy, getAttributes, getAttributes, getBy, getById, getById, getById, getEntityRefs, getSingleAttributes, getSingleAttributes, resultTotalCount, serializableList, update, updateMethods inherited from class AMSApiHandler
getNameMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface IAPIHandler
getNameMethods inherited from interface IGenericHandler
create, create, delete, delete, deleteBy, deleteById, deleteById, getAll, getAllBy, getAttributes, getAttributes, getBy, getById, getById, getById, getEntityRefs, getSingleAttributes, getSingleAttributes, resultTotalCount, update, update
-
Constructor Details
-
AktionHandler
public AktionHandler()Deprecated.
-
-
Method Details
-
getFolgeAktionen
Deprecated.- Specified by:
getFolgeAktionenin interfaceIAktionHandler
-
getPrevAktionen
public List<Aktion> getPrevAktionen(UserContext uc, Aktion aktion, Class<? extends IProcessing> verarbeitungsInterface) Deprecated.- Specified by:
getPrevAktionenin interfaceIAktionHandler
-
getAllByStatus
Deprecated.- Specified by:
getAllByStatusin interfaceIAktionHandler
-
getByUUID
Deprecated.Description copied from interface:IAktionHandlerReturns the action with the given UUID- Specified by:
getByUUIDin interfaceIAktionHandler- Parameters:
uc-UserContextto usestate-Statuscontext in which to look for resourceuuid-StringUUID of the action- Returns:
Aktionfor the given UUID and state
-
getByUUID
Deprecated.Description copied from interface:IAktionHandlerReturns the action with the given UUID- Specified by:
getByUUIDin interfaceIAktionHandler- Parameters:
uc-UserContextto usestate-Statuscontext in which to look for resourceuuid-UUIDUUID of the action- Returns:
Aktionfor the given UUID and state
-
isAktionMoveable
Deprecated.- Specified by:
isAktionMoveablein interfaceIAktionHandler
-
move
Deprecated.- Specified by:
movein interfaceIAktionHandler
-
WorkflowNodeHandler.