Interface IAktionHandler
- All Superinterfaces:
IAPIHandler,IGenericHandler,Serializable
- All Known Implementing Classes:
AktionHandler
Deprecated.
-
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 interface de.xima.fc.com.interfaces.IAPIHandler
getNameMethods 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
-
Method Details
-
getFolgeAktionen
Deprecated. -
getPrevAktionen
List<Aktion> getPrevAktionen(UserContext uc, Aktion aktion, Class<? extends IProcessing> verarbeitungsInterface) Deprecated. -
getAllByStatus
Deprecated. -
getByUUID
Deprecated.Returns the action with the given UUID- Parameters:
uc-UserContextto usestate-Statuscontext in which to look for resourceuuid-StringUUID of the action- Returns:
Aktionfor the given UUID and state- Since:
- 6.x.x
-
getByUUID
Deprecated.Returns the action with the given UUID- Parameters:
uc-UserContextto usestate-Statuscontext in which to look for resourceuuid-UUIDUUID of the action- Returns:
Aktionfor the given UUID and state- Since:
- 6.x.x
-
isAktionMoveable
Deprecated. -
move
Deprecated.
-