public interface IDfOperationNodeFactory
Modifier and Type | Method and Description |
---|---|
IDfOperationNode |
newNode(IDfFile file)
Creates a new node for the given file.
|
IDfOperationNode |
newNode(IDfId id)
Creates a new node for the given object.
|
IDfOperationNode |
newNode(IDfInputStreamContent inputStreamContent)
Creates a new node for the given inputStream.
|
IDfNodeRelationship |
newNodeRelationship(IDfId parentId,
IDfId childId,
java.lang.String relationType) |
IDfOperationNode newNode(IDfId id) throws DfException
id
- DfException
IDfOperationNode newNode(IDfFile file) throws DfException
file
- DfException
IDfOperationNode newNode(IDfInputStreamContent inputStreamContent) throws DfException
inputStreamContent
- DfException
IDfNodeRelationship newNodeRelationship(IDfId parentId, IDfId childId, java.lang.String relationType) throws DfException
parentId
- parent object's idchildId
- child object's idrelationType
- Currently, the relation type is one of dmr_containment, dm_relation, folder_link, or dm_assemblyDfException
Copyright 1994-2023 OpenText Corporation. All rights reserved.