Package com.saperion.operations.user
Class SetCurrentUserSubstituteAccess
- java.lang.Object
-
- com.lexmark.saperion.remote.common.operations.AbstractOperation<T,SaBasicException,LegacyConnection>
-
- com.saperion.operations.LegacyOperation<com.lexmark.saperion.remote.common.operations.Void>
-
- com.saperion.operations.VoidOperation
-
- com.saperion.operations.user.SetCurrentUserSubstituteAccess
-
- All Implemented Interfaces:
com.lexmark.saperion.remote.common.operations.Operation<com.lexmark.saperion.remote.common.operations.Void,SaBasicException,LegacyConnection>
,java.io.Serializable
public class SetCurrentUserSubstituteAccess extends VoidOperation
When invoked, the server will set the current user's substitute's access to the user's workflow-inbox.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SetCurrentUserSubstituteAccess(boolean accessEnabled)
Literal constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
voidInvoke()
Invokes this void operation.-
Methods inherited from class com.saperion.operations.VoidOperation
afterInvoke, getResult, invoke
-
Methods inherited from class com.saperion.operations.LegacyOperation
beforeInvoke, beforeInvoke, getClientToken, mapEcmException, mapException
-
Methods inherited from class com.lexmark.saperion.remote.common.operations.AbstractOperation
toArrayList, toCaseInsensitiveMap, toHashMap, toString
-
-
-
-
Method Detail
-
voidInvoke
public void voidInvoke() throws com.saperion.jni.SaJNIException
Description copied from class:VoidOperation
Invokes this void operation.- Specified by:
voidInvoke
in classVoidOperation
- Throws:
com.saperion.jni.SaJNIException
-
-