Modifier and Type | Method and Description |
---|---|
Action |
getAction(String treePath)
Returns an action with a given relative tree path.
|
ActionFolder |
getActionFolder(String treePath)
Returns action folder with a given relative tree path.
|
Collection |
getActionFolders(boolean isRecursive)
Returns recursively/not recursively a collection of child action folders in the current parent action folder.
|
Collection |
getActions(boolean isRecursive)
Returns recursively/not recursively a collection of child actions in the current parent action folder.
|
String |
getAssignUser()
Gets the name of the user who has been assigned to the current action folder.
|
String |
getCreatedBy()
Gets the name of the user who has created the current action folder.
|
String |
getCreationDate()
Gets the date of action folder creation.
|
String |
getDescription()
Gets the value of the Description field in the current action folder.
|
String |
getLocation()
Gets the location of the current action folder.
|
String |
getNotes()
Gets the value of Notes field in the current action folder.
|
String |
getURL()
Gets the value of URL field in the current action folder.
|
getFieldValue, getName
Action getAction(String treePath)
treePath
- the path to the location of the desired action.ActionFolder getActionFolder(String treePath)
treePath
- the path to the location of the desired action folderCollection getActions(boolean isRecursive)
isRecursive
- true: Gets the child action at all level.
false: Gets the child action one level down from the parent action folder.Collection getActionFolders(boolean isRecursive)
isRecursive
- true: Gets the child action folders at all level.
false: Gets the child action folders one level down from the parent action folder.String getAssignUser()
String getCreatedBy()
String getCreationDate()
String getDescription()
String getLocation()
String getNotes()
String getURL()
Copyright © 2017. All rights reserved.