Interface IAktionHandler
- 
- All Superinterfaces:
 IAPIHandler,IGenericHandler,Serializable
- All Known Implementing Classes:
 AktionHandler
@Deprecated public interface IAktionHandler extends IGenericHandler
Deprecated. 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description List<Aktion>getAllByStatus(UserContext uc, Status status)Deprecated.AktiongetByUUID(UserContext uc, Status state, String uuid)Deprecated.Returns the action with the given UUIDAktiongetByUUID(UserContext uc, Status state, UUID uuid)Deprecated.Returns the action with the given UUIDList<Aktion>getFolgeAktionen(UserContext uc, Aktion aktion)Deprecated.List<Aktion>getPrevAktionen(UserContext uc, Aktion aktion, Class<? extends IProcessing> verarbeitungsInterface)Deprecated.BasicRefResultisAktionMoveable(UserContext uc, Aktion aktion, int targetIdx)Deprecated.Aktionmove(UserContext uc, Aktion aktion, int targetIdx)Deprecated.- 
Methods inherited from interface de.xima.fc.com.interfaces.IAPIHandler
getName 
- 
Methods 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 Detail
- 
getFolgeAktionen
List<Aktion> getFolgeAktionen(UserContext uc, Aktion aktion)
Deprecated. 
- 
getPrevAktionen
List<Aktion> getPrevAktionen(UserContext uc, Aktion aktion, Class<? extends IProcessing> verarbeitungsInterface)
Deprecated. 
- 
getAllByStatus
List<Aktion> getAllByStatus(UserContext uc, Status status)
Deprecated. 
- 
getByUUID
Aktion getByUUID(UserContext uc, Status state, String uuid)
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
Aktion getByUUID(UserContext uc, Status state, UUID uuid)
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
BasicRefResult isAktionMoveable(UserContext uc, Aktion aktion, int targetIdx)
Deprecated. 
- 
move
Aktion move(UserContext uc, Aktion aktion, int targetIdx)
Deprecated. 
 - 
 
 -