Package com.saperion.operations.workflow
Class ReadSelectableUsersForTransition
- java.lang.Object
-
- com.lexmark.saperion.remote.common.operations.AbstractOperation<T,SaBasicException,LegacyConnection>
-
- com.saperion.operations.LegacyOperation<TaskUserSelection>
-
- com.saperion.operations.workflow.ReadSelectableUsersForTransition
-
- All Implemented Interfaces:
com.lexmark.saperion.remote.common.operations.Operation<TaskUserSelection,SaBasicException,LegacyConnection>
,java.io.Serializable
public class ReadSelectableUsersForTransition extends LegacyOperation<TaskUserSelection>
AnOperation
that reads the selectable users from the backend.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ReadSelectableUsersForTransition(TaskInfo task, int transition)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object o)
int
hashCode()
TaskUserSelection
invoke()
java.lang.String
toString()
-
Methods inherited from class com.saperion.operations.LegacyOperation
beforeInvoke, beforeInvoke, getClientToken, mapEcmException, mapException
-
Methods inherited from class com.lexmark.saperion.remote.common.operations.AbstractOperation
afterInvoke, getResult, toArrayList, toCaseInsensitiveMap, toHashMap
-
-
-
-
Constructor Detail
-
ReadSelectableUsersForTransition
public ReadSelectableUsersForTransition(TaskInfo task, int transition)
- Parameters:
task
- current tasktransition
- current transition
-
-
Method Detail
-
invoke
public TaskUserSelection invoke() throws SaBasicException
- Throws:
SaBasicException
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toString
in classcom.lexmark.saperion.remote.common.operations.AbstractOperation<TaskUserSelection,SaBasicException,LegacyConnection>
-
-