Package com.saperion.operations
Class StoreSystemFileOperation
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.StoreSystemFileOperation
- All Implemented Interfaces:
com.lexmark.saperion.remote.common.operations.Operation<com.lexmark.saperion.remote.common.operations.Void,,SaBasicException, LegacyConnection> Serializable
This
Operation stores a new system file.- Author:
- jschwarz
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StoreSystemFileOperationnewInstance(String name, InputStream stream, SystemFileKind fileKind) protected voidInvokes this void operation.Methods inherited from class com.saperion.operations.VoidOperation
afterInvoke, getResult, invokeMethods inherited from class com.saperion.operations.LegacyOperation
beforeInvoke, beforeInvoke, getClientToken, mapEcmException, mapExceptionMethods inherited from class com.lexmark.saperion.remote.common.operations.AbstractOperation
toArrayList, toCaseInsensitiveMap, toHashMap, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.lexmark.saperion.remote.common.operations.Operation
audit, dispatchEvent, isAuditable, isEventDispatcher
-
Constructor Details
-
StoreSystemFileOperation
-
-
Method Details
-
newInstance
public static StoreSystemFileOperation newInstance(String name, InputStream stream, SystemFileKind fileKind) throws IOException - Throws:
IOException
-
voidInvoke
Description copied from class:VoidOperationInvokes this void operation.- Specified by:
voidInvokein classVoidOperation- Throws:
Exception- exception when invoking this operation
-