public class AktionAPI extends AEntityAPI<Aktion>
Aktion-EntitätenentityClass| Constructor and Description |
|---|
AktionAPI() |
| Modifier and Type | Method and Description |
|---|---|
List<Aktion> |
getAllByStatus(UserContext uc,
Status status)
Methode zum Laden aller
Aktionen eines Status. |
List<Aktion> |
getFolgeAktionen(UserContext uc,
Aktion aktion)
Methode zum Laden aller Nachfolge-Aktionen einer übergebenen Aktion
|
List<Aktion> |
getPrevAktionen(UserContext uc,
Aktion aktion,
Class<? extends IProcessing> verarbeitungsInterface)
Methode zum Laden aller Vorgänger-Aktionen einer übergebenen Aktion, welche das übergebenen Interface
implementieren
|
BasicRefResult |
isAktionMoveable(UserContext uc,
Aktion aktion,
int targetIdx) |
Aktion |
move(UserContext uc,
Aktion aktion,
int targetIdx) |
create, create, delete, delete, deleteAllBy, deleteById, getAll, getAllBy, getBy, getById, resultTotalCount, update, updategetHandlerProviderpublic List<Aktion> getAllByStatus(UserContext uc, Status status)
Aktionen eines Status. Diese muss im Frontendserver genutzt werden um die
Lazy-Initialized Liste der Aktion abzuholen.uc - UserContext der Benutzerkontext in welchem die Aktion durchgeführt werden sollstatus - dessen Aktionen geladen werden sollenList von Aktionenpublic List<Aktion> getFolgeAktionen(UserContext uc, Aktion aktion)
uc - aktion - public List<Aktion> getPrevAktionen(UserContext uc, Aktion aktion, Class<? extends IProcessing> verarbeitungsInterface)
uc - aktion - verarbeitungsInterface - public BasicRefResult isAktionMoveable(UserContext uc, Aktion aktion, int targetIdx)
public Aktion move(UserContext uc, Aktion aktion, int targetIdx)
Copyright © 2018 XIMA MEDIA GmbH. All rights reserved.