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, invoke
beforeInvoke, beforeInvoke, getClientToken, mapEcmException, mapException
toArrayList, toCaseInsensitiveMap, toHashMap, toString
public StoreSystemFileOperation(String name, byte[] data, SystemFileKind fileKind)
public static StoreSystemFileOperation newInstance(String name, InputStream stream, SystemFileKind fileKind) throws IOException
IOException
protected void voidInvoke() throws Exception
VoidOperation
voidInvoke
in class VoidOperation
Exception
- exception when invoking this operationCopyright © 2020 Hyland Software Germany GmbH. All rights reserved.