public class StoreSystemFileOperation extends VoidOperation
Operation stores a new system file.| Constructor and Description |
|---|
StoreSystemFileOperation(String name,
byte[] data,
SystemFileKind fileKind) |
| Modifier and Type | Method and Description |
|---|---|
static StoreSystemFileOperation |
newInstance(String name,
InputStream stream,
SystemFileKind fileKind) |
protected void |
voidInvoke()
Invokes this void operation.
|
afterInvoke, getResult, invokebeforeInvoke, beforeInvoke, getClientToken, mapEcmException, mapExceptionpublic StoreSystemFileOperation(String name, byte[] data, SystemFileKind fileKind)
public static StoreSystemFileOperation newInstance(String name, InputStream stream, SystemFileKind fileKind) throws IOException
IOExceptionprotected void voidInvoke()
throws Exception
VoidOperationvoidInvoke in class VoidOperationException - exception when invoking this operationCopyright © 2020 Hyland Software Germany GmbH. All rights reserved.