Package com.saperion.operations.storage
Class DeleteAllMediaOperation
- 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.storage.DeleteAllMediaOperation
-
- All Implemented Interfaces:
com.lexmark.saperion.remote.common.operations.Operation<com.lexmark.saperion.remote.common.operations.Void,SaBasicException,LegacyConnection>,java.io.Serializable
public class DeleteAllMediaOperation extends VoidOperation
Deletes a named medium and all its follow-up media- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DeleteAllMediaOperation(int tenantId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetTenantId()java.lang.StringtoString()protected voidvoidInvoke()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
-
-
-
-
Method Detail
-
voidInvoke
protected void voidInvoke() throws java.lang.ExceptionDescription copied from class:VoidOperationInvokes this void operation.- Specified by:
voidInvokein classVoidOperation- Throws:
java.lang.Exception- exception when invoking this operation
-
getTenantId
public int getTenantId()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classcom.lexmark.saperion.remote.common.operations.AbstractOperation<com.lexmark.saperion.remote.common.operations.Void,SaBasicException,LegacyConnection>
-
-