public interface IAktionHandler extends IGenericHandler
| 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, update, updategetNameList<Aktion> getFolgeAktionen(UserContext uc, Aktion aktion)
List<Aktion> getPrevAktionen(UserContext uc, Aktion aktion, Class<? extends IProcessing> verarbeitungsInterface)
List<Aktion> getAllByStatus(UserContext uc, Status status)
Aktion getByUUID(UserContext uc, Status state, String uuid)
uc - UserContext to usestate - Status context in which to look for resourceuuid - String UUID of the actionAktion for the given UUID and stateAktion getByUUID(UserContext uc, Status state, UUID uuid)
uc - UserContext to usestate - Status context in which to look for resourceuuid - UUID UUID of the actionAktion for the given UUID and stateBasicRefResult isAktionMoveable(UserContext uc, Aktion aktion, int targetIdx)
Aktion move(UserContext uc, Aktion aktion, int targetIdx)
Copyright © 2020 XIMA MEDIA GmbH. All rights reserved.