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 voidTreeObjectId. addChild(TreeObjectId child)voidTreeObjectId. removeChild(TreeObjectId child)Method parameters in org.openiam.base with type arguments of type TreeObjectId Modifier and Type Method Description voidTreeObjectId. 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 voidTreeObjectIdListServiceResponse. 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 TreeObjectIdIGroovyManagerService. 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 TreeObjectIdGroovyManagerServiceImpl. 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 TreeObjectIdGroovyManagerWebService. getGroovyScriptsTree()TreeObjectIdGroovyManagerWebServiceImpl. getGroovyScriptsTree()
-