Package com.saperion.operations.storage
Class DeleteNamedMediaOperation
- 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.DeleteNamedMediaOperation
-
- All Implemented Interfaces:
com.lexmark.saperion.remote.common.operations.Operation<com.lexmark.saperion.remote.common.operations.Void,SaBasicException,LegacyConnection>,java.io.Serializable
public class DeleteNamedMediaOperation extends VoidOperation
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DeleteNamedMediaOperation(int tenantId, java.lang.String mediaName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetMediaName()intgetTenantId()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, toString
-
-
-
-
Method Detail
-
getMediaName
public java.lang.String getMediaName()
- Returns:
- the mediaName
-
getTenantId
public int getTenantId()
- Returns:
- the tenantId
-
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
-
-