Uses of Class
org.openiam.base.TreeObjectId
-
Packages that use TreeObjectId Package Description org.openiam.base org.openiam.base.response org.openiam.groovy.manager.service org.openiam.groovy.manager.service.impl org.openiam.srvc.groovy.manager -
-
Uses of TreeObjectId in org.openiam.base
Methods in org.openiam.base that return types with arguments of type TreeObjectId Modifier and Type Method Description List<TreeObjectId>
TreeObjectId. getChildren()
Methods in org.openiam.base with parameters of type TreeObjectId Modifier and Type Method Description void
TreeObjectId. addChild(TreeObjectId child)
void
TreeObjectId. removeChild(TreeObjectId child)
Method parameters in org.openiam.base with type arguments of type TreeObjectId Modifier and Type Method Description void
TreeObjectId. setChildren(List<TreeObjectId> children)
-
Uses of TreeObjectId in org.openiam.base.response
Methods in org.openiam.base.response that return types with arguments of type TreeObjectId Modifier and Type Method Description List<TreeObjectId>
TreeObjectIdListServiceResponse. getTreeObjectIds()
Method parameters in org.openiam.base.response with type arguments of type TreeObjectId Modifier and Type Method Description void
TreeObjectIdListServiceResponse. setTreeObjectIds(List<TreeObjectId> treeObjectIds)
-
Uses of TreeObjectId in org.openiam.groovy.manager.service
Methods in org.openiam.groovy.manager.service that return TreeObjectId Modifier and Type Method Description TreeObjectId
IGroovyManagerService. getGroovyScriptsTree()
-
Uses of TreeObjectId in org.openiam.groovy.manager.service.impl
Methods in org.openiam.groovy.manager.service.impl that return TreeObjectId Modifier and Type Method Description TreeObjectId
GroovyManagerServiceImpl. getGroovyScriptsTree()
-
Uses of TreeObjectId in org.openiam.srvc.groovy.manager
Methods in org.openiam.srvc.groovy.manager that return TreeObjectId Modifier and Type Method Description TreeObjectId
GroovyManagerWebService. getGroovyScriptsTree()
TreeObjectId
GroovyManagerWebServiceImpl. getGroovyScriptsTree()
-