Uses of Class
org.apache.syncope.common.lib.to.Item
-
Packages that use Item Package Description org.apache.syncope.common.lib.to -
-
Uses of Item in org.apache.syncope.common.lib.to
Methods in org.apache.syncope.common.lib.to that return types with arguments of type Item Modifier and Type Method Description Optional<Item>ItemContainer. getConnObjectKeyItem()List<Item>ItemContainer. getItems()Methods in org.apache.syncope.common.lib.to with parameters of type Item Modifier and Type Method Description booleanItemContainer. add(Item item)protected booleanItemContainer. addConnObjectKeyItem(Item connObjectItem)booleanItemContainer. setConnObjectKeyItem(Item connObjectKeyItem)
-