public class AktionHandler extends GenericHandler implements IAktionHandler
LOG| Constructor and Description |
|---|
AktionHandler() |
| Modifier and Type | Method and Description |
|---|---|
List<Aktion> |
getAllByStatus(UserContext uc,
Status status) |
Aktion |
getByUUID(UserContext uc,
Status state,
String uuid)
Returns the action with the given UUID
|
Aktion |
getByUUID(UserContext uc,
Status state,
UUID uuid)
Returns the action with the given UUID
|
List<Aktion> |
getFolgeAktionen(UserContext uc,
Aktion aktion) |
List<Aktion> |
getPrevAktionen(UserContext uc,
Aktion aktion,
Class<? extends IProcessing> verarbeitungsInterface) |
BasicRefResult |
isAktionMoveable(UserContext uc,
Aktion aktion,
int targetIdx) |
Aktion |
move(UserContext uc,
Aktion aktion,
int targetIdx) |
create, create, delete, delete, deleteBy, deleteById, deleteById, getAll, getAllBy, getAttributes, getAttributes, getBy, getById, getById, getById, resultTotalCount, serializableList, update, updategetNameclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreate, create, delete, delete, deleteBy, deleteById, deleteById, getAll, getAllBy, getAttributes, getAttributes, getBy, getById, getById, getById, resultTotalCount, update, updategetNamepublic List<Aktion> getFolgeAktionen(UserContext uc, Aktion aktion)
getFolgeAktionen in interface IAktionHandlerpublic List<Aktion> getPrevAktionen(UserContext uc, Aktion aktion, Class<? extends IProcessing> verarbeitungsInterface)
getPrevAktionen in interface IAktionHandlerpublic List<Aktion> getAllByStatus(UserContext uc, Status status)
getAllByStatus in interface IAktionHandlerpublic Aktion getByUUID(UserContext uc, Status state, String uuid)
IAktionHandlergetByUUID in interface IAktionHandleruc - UserContext to usestate - Status context in which to look for resourceuuid - String UUID of the actionAktion for the given UUID and statepublic Aktion getByUUID(UserContext uc, Status state, UUID uuid)
IAktionHandlergetByUUID in interface IAktionHandleruc - UserContext to usestate - Status context in which to look for resourceuuid - UUID UUID of the actionAktion for the given UUID and statepublic BasicRefResult isAktionMoveable(UserContext uc, Aktion aktion, int targetIdx)
isAktionMoveable in interface IAktionHandlerpublic Aktion move(UserContext uc, Aktion aktion, int targetIdx)
move in interface IAktionHandlerCopyright © 2020 XIMA MEDIA GmbH. All rights reserved.