public interface IResourceFactory
| Modifier and Type | Method and Description |
|---|---|
IGRCObject |
createAutoNamedGRCObject(ITypeDefinition typeDefinition)
Creates an automatically named instance of the IGRCObject interface to be persisted in the system.
|
IDocument |
createDocument(java.lang.String name,
ITypeDefinition typeDefinition,
IFileTypeDefinition fileTypeDefinition)
Creates a new instance of the IDocument interface to be persisted in the system.
|
IFolder |
createFolder(java.lang.String name,
IFolder parentFolder)
Creates a new instance of the IFolder interface to be persisted in the system.
|
IGRCObject |
createGRCObject(java.lang.String name,
ITypeDefinition typeDefinition)
Creates a new instance of the IGRCObject interface to be persisted in the system.
|
IFolder createFolder(java.lang.String name, IFolder parentFolder)
name - the name of the folderparentFolder - the parent folderIGRCObject createGRCObject(java.lang.String name, ITypeDefinition typeDefinition)
name - the name of the documenttypeDefinition - the type GRC objectIGRCObject createAutoNamedGRCObject(ITypeDefinition typeDefinition)
typeDefinition - the type GRC objectIDocument createDocument(java.lang.String name, ITypeDefinition typeDefinition, IFileTypeDefinition fileTypeDefinition)
name - the name of the documenttypeDefinition - the type documentfileTypeDefintion - the file type definition
Licensed Materials - Property of IBM
OpenPages with Watson (PID: 5725-D51)
© Copyright IBM Corporation 2013, 2021. All Rights Reserved.
US Government Users Restricted Rights -
Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.