Package com.saperion.operations.folders
Class CreateFolder
- java.lang.Object
- 
- com.lexmark.saperion.remote.common.operations.AbstractOperation<T,SaBasicException,LegacyConnection>
- 
- com.saperion.operations.LegacyOperation<java.lang.String>
- 
- com.saperion.operations.folders.CreateFolder
 
 
 
- 
- All Implemented Interfaces:
- com.lexmark.saperion.remote.common.operations.Operation<java.lang.String,SaBasicException,LegacyConnection>,- java.io.Serializable
 
 public class CreateFolder extends LegacyOperation<java.lang.String> Creates a folder. Theinvoke()method will return a String containing the SYSROWID of the created folder.- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description CreateFolder(SaFolderSaveInfo folderInfo, java.util.Properties properties)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Stringinvoke()- 
Methods inherited from class com.saperion.operations.LegacyOperationbeforeInvoke, beforeInvoke, getClientToken, mapEcmException, mapException
 - 
Methods inherited from class com.lexmark.saperion.remote.common.operations.AbstractOperationafterInvoke, getResult, toArrayList, toCaseInsensitiveMap, toHashMap, toString
 
- 
 
- 
- 
- 
Constructor Detail- 
CreateFolderpublic CreateFolder(SaFolderSaveInfo folderInfo, java.util.Properties properties) - Parameters:
- folderInfo- information about the folder to create
- properties- Folder properties (Attention: These properties will replace the property values in the folder save info!)
 
 
- 
 - 
Method Detail- 
invokepublic java.lang.String invoke() throws SaBasicException- Throws:
- SaBasicException
 
 
- 
 
-