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, getSingleAttributes, getSingleAttributes, resultTotalCount, serializableList, update, update
getName
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
create, create, delete, delete, deleteBy, deleteById, deleteById, getAll, getAllBy, getAttributes, getAttributes, getBy, getById, getById, getById, getSingleAttributes, getSingleAttributes, resultTotalCount, update, update
getName
public List<Aktion> getFolgeAktionen(UserContext uc, Aktion aktion)
getFolgeAktionen
in interface IAktionHandler
public List<Aktion> getPrevAktionen(UserContext uc, Aktion aktion, Class<? extends IProcessing> verarbeitungsInterface)
getPrevAktionen
in interface IAktionHandler
public List<Aktion> getAllByStatus(UserContext uc, Status status)
getAllByStatus
in interface IAktionHandler
public Aktion getByUUID(UserContext uc, Status state, String uuid)
IAktionHandler
getByUUID
in interface IAktionHandler
uc
- 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)
IAktionHandler
getByUUID
in interface IAktionHandler
uc
- 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 IAktionHandler
public Aktion move(UserContext uc, Aktion aktion, int targetIdx)
move
in interface IAktionHandler
Copyright © 2021 XIMA MEDIA GmbH. All rights reserved.