Uses of Record Class
org.apache.syncope.client.console.commons.StatusProvider.InfoWithFailure
Packages that use StatusProvider.InfoWithFailure
Package
Description
-
Uses of StatusProvider.InfoWithFailure in org.apache.syncope.client.console.commons
Methods in org.apache.syncope.client.console.commons that return types with arguments of type StatusProvider.InfoWithFailureModifier and TypeMethodDescriptionIdMStatusProvider.get(AnyTO any, Collection<String> resources) IdRepoStatusProvider.get(AnyTO any, Collection<String> resources) StatusProvider.get(AnyTO any, Collection<String> resources) -
Uses of StatusProvider.InfoWithFailure in org.apache.syncope.client.console.wizards.any
Method parameters in org.apache.syncope.client.console.wizards.any with type arguments of type StatusProvider.InfoWithFailureModifier and TypeMethodDescriptionprotected static StatusProvider.InfoStatusPanel.getStatusProviderInfo(String anyKey, String resource, List<StatusProvider.InfoWithFailure> objects) protected voidStatusPanel.init(AnyTO any, IModel<List<StatusBean>> model, List<StatusProvider.InfoWithFailure> connObjects, PageReference pageRef, boolean enableConnObjectLink) Constructor parameters in org.apache.syncope.client.console.wizards.any with type arguments of type StatusProvider.InfoWithFailureModifierConstructorDescriptionStatusPanel(String id, T any, IModel<List<StatusBean>> model, List<StatusProvider.InfoWithFailure> connObjects, PageReference pageRef)