Package de.xima.fc.order
Class StatusOrderHelper
- java.lang.Object
-
- de.xima.fc.order.StatusOrderHelper
-
@Deprecated public class StatusOrderHelper extends Object
Deprecated.The old workflow engine will be removed, use the new workflow engine.Helper for working with workflow status.- Author:
- XIMA MEDIA GmbH
-
-
Constructor Summary
Constructors Constructor Description StatusOrderHelper()
Deprecated.
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static int
getNewIndex(Projekt projekt, IEntityContext ec)
Deprecated.static Status
move(Status status, int targetIdx, IEntityContext ec)
Deprecated.Passt die Reihenfolge der Status an, wo es notwendig ist.
-
-
-
Method Detail
-
getNewIndex
public static int getNewIndex(Projekt projekt, IEntityContext ec)
Deprecated.
-
move
public static Status move(Status status, int targetIdx, IEntityContext ec)
Deprecated.Passt die Reihenfolge der Status an, wo es notwendig ist. Aktualisiert die entsprechenden Status, außer den Status welcher verändert wurde. Hierbei wird nur die IdxNummer verändert.- Parameters:
status
- Status, der verschoben wurde auf Clientec
- EntityContext
-
-