public interface IBaseEntityFolder extends ISysTreeNode
Modifier and Type | Method and Description |
---|---|
com4j.Com4jObject |
addNodeDisp(String nodeName)
Adds a new child node.
|
com4j.Com4jObject |
attachments()
The folder's AttachmentFactory object.
|
String |
description()
The folder description.
|
void |
description(String pVal)
The folder description.
|
com4j.Com4jObject |
entityFactory()
Gets the TransactionFactory for the folder.
|
com4j.Com4jObject |
entityFactoryEx(int factoryType)
Gets the entity factory for the folder according to the input type.
|
com4j.Com4jObject |
fatherDisp()
Gets the parent node.
|
int |
fatherID()
Gets unique parent ID.
|
IList |
findEntity(String pattern,
boolean matchCase,
String filter)
Gets a list of contained business entities according to specified pattern.
|
boolean |
hasAttachment()
This folder has at least one attachment.
|
void |
move(Object father)
Moves folder node under new father.
|
void |
removeNodeEx(Object node,
boolean deleteSubEntity)
Deletes a folder node.
|
IList |
subNodes()
The list of child nodes.
|
Object |
subNodes(int index) |
int |
viewOrder()
The index of this folder in its parent's list of subnodes.
|
void |
viewOrder(int pVal)
The index of this folder in its parent's list of subnodes.
|
addNode, attribute, child, count, depthType, father, findChildNode, findChildren, name, name, newList, newList, nodeID, path, post, refresh, removeNode
String description()
The folder description.
Getter method for the COM property "Description"
void description(String pVal)
The folder description.
Setter method for the COM property "Description"
pVal
- Mandatory java.lang.String parameter.int fatherID()
Gets unique parent ID.
Getter method for the COM property "FatherID"
com4j.Com4jObject fatherDisp()
Gets the parent node.
Getter method for the COM property "FatherDisp"
int viewOrder()
The index of this folder in its parent's list of subnodes.
Getter method for the COM property "ViewOrder"
void viewOrder(int pVal)
The index of this folder in its parent's list of subnodes.
Setter method for the COM property "ViewOrder"
pVal
- Mandatory int parameter.IList subNodes()
The list of child nodes.
Getter method for the COM property "SubNodes"
Object subNodes(int index)
com4j.Com4jObject addNodeDisp(String nodeName)
Adds a new child node.
nodeName
- Mandatory java.lang.String parameter.void removeNodeEx(Object node, @DefaultValue(value="0") boolean deleteSubEntity)
Deletes a folder node.
node
- Mandatory java.lang.Object parameter.deleteSubEntity
- Optional parameter. Default value is falsevoid move(Object father)
Moves folder node under new father.
father
- Mandatory java.lang.Object parameter.com4j.Com4jObject entityFactory()
Gets the TransactionFactory for the folder.
Getter method for the COM property "EntityFactory"
boolean hasAttachment()
This folder has at least one attachment.
Getter method for the COM property "HasAttachment"
com4j.Com4jObject attachments()
The folder's AttachmentFactory object.
Getter method for the COM property "Attachments"
IList findEntity(String pattern, @DefaultValue(value="0") boolean matchCase, @DefaultValue(value="") String filter)
Gets a list of contained business entities according to specified pattern.
pattern
- Mandatory java.lang.String parameter.matchCase
- Optional parameter. Default value is falsefilter
- Optional parameter. Default value is ""com4j.Com4jObject entityFactoryEx(int factoryType)
Gets the entity factory for the folder according to the input type.
Getter method for the COM property "EntityFactoryEx"
factoryType
- Mandatory int parameter.Copyright © 2020. All rights reserved.