public class UpdateFolder extends VoidOperation
ClassicConnectorUtil
methods.
The VoidOperation.invoke()
method has no return value.
Constructor and Description |
---|
UpdateFolder(String folderTableDDC,
String folderId,
List<SaPropertyValue> values) |
UpdateFolder(String folderTableDDC,
String folderId,
Properties properties) |
Modifier and Type | Method and Description |
---|---|
protected void |
voidInvoke()
Invokes this void operation.
|
afterInvoke, getResult, invoke
beforeInvoke, beforeInvoke, getClientToken, mapEcmException, mapException
toArrayList, toCaseInsensitiveMap, toHashMap, toString
public UpdateFolder(String folderTableDDC, String folderId, List<SaPropertyValue> values)
folderTableDDC
- DDC the folder is contained infolderId
- ID of the folder to updatevalues
- values to updatepublic UpdateFolder(String folderTableDDC, String folderId, Properties properties)
folderTableDDC
- DDC the folder is contained infolderId
- ID of the folder to updateproperties
- properties to updateprotected void voidInvoke() throws Exception
VoidOperation
voidInvoke
in class VoidOperation
Exception
- exception when invoking this operationCopyright © 2020 Hyland Software Germany GmbH. All rights reserved.