Package de.xima.fc.handler.entity
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 de.xima.fc.handler.entity.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 de.xima.fc.handler.entity.GenericHandler
create, create, delete, delete, deleteBy, deleteById, deleteById, getAll, getAllBy, getAttributes, getAttributes, getBy, getById, getById, getById, getEntityRefs, getSingleAttributes, getSingleAttributes, resultTotalCount, serializableList, update, update
Methods inherited from class de.xima.fc.handler.AMSApiHandler
getName
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface de.xima.fc.com.interfaces.IAPIHandler
getName
Methods inherited from interface de.xima.fc.handler.interfaces.entity.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:
getFolgeAktionen
in interfaceIAktionHandler
-
getPrevAktionen
public List<Aktion> getPrevAktionen(UserContext uc, Aktion aktion, Class<? extends IProcessing> verarbeitungsInterface) Deprecated.- Specified by:
getPrevAktionen
in interfaceIAktionHandler
-
getAllByStatus
Deprecated.- Specified by:
getAllByStatus
in interfaceIAktionHandler
-
getByUUID
Deprecated.Description copied from interface:IAktionHandler
Returns the action with the given UUID- Specified by:
getByUUID
in interfaceIAktionHandler
- Parameters:
uc
-UserContext
to usestate
-Status
context in which to look for resourceuuid
-String
UUID of the action- Returns:
Aktion
for the given UUID and state
-
getByUUID
Deprecated.Description copied from interface:IAktionHandler
Returns the action with the given UUID- Specified by:
getByUUID
in interfaceIAktionHandler
- Parameters:
uc
-UserContext
to usestate
-Status
context in which to look for resourceuuid
-UUID
UUID of the action- Returns:
Aktion
for the given UUID and state
-
isAktionMoveable
Deprecated.- Specified by:
isAktionMoveable
in interfaceIAktionHandler
-
move
Deprecated.- Specified by:
move
in interfaceIAktionHandler
-
WorkflowNodeHandler
.