Package de.xima.fc.api.entity
Class AktionAPI
Deprecated.
API class for manipulation of
Aktion entities.- Author:
- XIMA MEDIA GmbH
-
Field Summary
Fields inherited from class de.xima.fc.api.entity.AEntityAPI
entityClass -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetAllByStatus(UserContext uc, Status status) Deprecated.Method for loading allAktionof a status.getByUUID(UserContext uc, Status state, String uuid) Deprecated.Returns the action with the given UUIDgetByUUID(UserContext uc, Status state, UUID uuid) Deprecated.Returns the action with the given UUIDgetFolgeAktionen(UserContext uc, Aktion aktion) Deprecated.Method for loading all follow-up actions of a committed action.getPrevAktionen(UserContext uc, Aktion aktion, Class<? extends IProcessing> verarbeitungsInterface) Deprecated.Method for loading all predecessor actions of a committed action, which implement the passed interface.isAktionMoveable(UserContext uc, Aktion aktion, int targetIdx) Deprecated.Method for checking if the committed action is movable.move(UserContext uc, Aktion aktion, int targetIdx) Deprecated.Method for moving a action to the committed index.Methods inherited from class de.xima.fc.api.entity.AEntityAPI
create, create, delete, delete, deleteAllBy, deleteById, deleteById, getAll, getAllBy, getAttributes, getAttributes, getBy, getById, getById, getEntityRefs, getSingleAttributes, getSingleAttributes, resultTotalCount, resultTotalCount, update, updateMethods inherited from class de.xima.fc.api.ASubAPI
getHandlerProvider
-
Constructor Details
-
AktionAPI
public AktionAPI()Deprecated.
-
-
Method Details
-
getAllByStatus
Deprecated.Method for loading allAktionof a status. This must be used in the Frontend-Server to pick up the lazy-initialized list of theAktion.- Parameters:
uc-UserContextthe user context in which the action is to be performed.status- whichAktionshould be loaded.- Returns:
ListofAktion- Since:
- 2.4.3
-
getFolgeAktionen
Deprecated.Method for loading all follow-up actions of a committed action.- Parameters:
uc-UserContextthe user context in which the action is to be performed.aktion-Aktionfor which the follow-up actions should be determined.- Returns:
- The follow-up actions.
- Since:
- 3.1.6
-
getPrevAktionen
public List<Aktion> getPrevAktionen(UserContext uc, Aktion aktion, Class<? extends IProcessing> verarbeitungsInterface) Deprecated.Method for loading all predecessor actions of a committed action, which implement the passed interface.- Parameters:
uc-UserContextthe user context in which the action is to be performed.aktion-Aktionfor which the previous actions should be determined.verarbeitungsInterface- The class which implement the interfaceIProcessing.- Returns:
- The predecessor actions.
- Since:
- 3.1.6
-
getByUUID
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
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
Deprecated.Method for checking if the committed action is movable.- Parameters:
uc-UserContextthe user context in which the action is to be performed.aktion-Aktionwhich should be moved.targetIdx-Integerindex in which position should the action moved.- Returns:
BasicRefResultwith the referenced IDs and success flag.
-
move
Deprecated.Method for moving a action to the committed index.- Parameters:
uc-UserContextthe user context in which the action is to be performed.aktion-Aktionwhich should be moved.targetIdx-Integerindex in which position should the action moved.- Returns:
Aktionwhich is moved.
-
WorkflowNodeAPIand the new workflow engine.