Uses of Class
org.apache.syncope.client.ui.commons.status.ConnObjectWrapper
-
Packages that use ConnObjectWrapper Package Description org.apache.syncope.client.console.commons org.apache.syncope.client.console.wizards.any -
-
Uses of ConnObjectWrapper in org.apache.syncope.client.console.commons
Methods in org.apache.syncope.client.console.commons that return types with arguments of type ConnObjectWrapper Modifier and Type Method Description List<Triple<ConnObject,ConnObjectWrapper,String>>IdMStatusProvider. get(AnyTO any, Collection<String> resources)List<Triple<ConnObject,ConnObjectWrapper,String>>IdRepoStatusProvider. get(AnyTO any, Collection<String> resources)List<Triple<ConnObject,ConnObjectWrapper,String>>StatusProvider. get(AnyTO any, Collection<String> resources) -
Uses of ConnObjectWrapper in org.apache.syncope.client.console.wizards.any
Method parameters in org.apache.syncope.client.console.wizards.any with type arguments of type ConnObjectWrapper Modifier and Type Method Description protected static Pair<ConnObject,ConnObject>StatusPanel. getConnObjectTOs(String anyKey, String resource, List<Triple<ConnObject,ConnObjectWrapper,String>> objects)protected voidStatusPanel. init(AnyTO any, IModel<List<StatusBean>> model, List<Triple<ConnObject,ConnObjectWrapper,String>> connObjects, PageReference pageRef, boolean enableConnObjectLink)Constructor parameters in org.apache.syncope.client.console.wizards.any with type arguments of type ConnObjectWrapper Constructor Description StatusPanel(String id, T any, IModel<List<StatusBean>> model, List<Triple<ConnObject,ConnObjectWrapper,String>> connObjects, PageReference pageRef)
-