Uses of Class
org.apache.syncope.common.lib.to.AnyObjectTO
Packages that use AnyObjectTO
Package
Description
-
Uses of AnyObjectTO in org.apache.syncope.client.console.commons
Methods in org.apache.syncope.client.console.commons that return types with arguments of type AnyObjectTOModifier and TypeMethodDescriptionAnyDirectoryPanelAdditionalActionLinksProvider.get
(String type, AnyObjectTO modelObject, String realm, BaseModal<AnyWrapper<AnyObjectTO>> modal, String header, AnyObjectDirectoryPanel parentPanel, PageReference pageRef) IdMAnyDirectoryPanelAdditionalActionLinksProvider.get
(String type, AnyObjectTO modelObject, String realm, BaseModal<AnyWrapper<AnyObjectTO>> modal, String header, AnyObjectDirectoryPanel parentPanel, PageReference pageRef) IdRepoAnyDirectoryPanelAdditionalActionLinksProvider.get
(String type, AnyObjectTO modelObject, String realm, BaseModal<AnyWrapper<AnyObjectTO>> modal, String header, AnyObjectDirectoryPanel parentPanel, PageReference pageRef) Methods in org.apache.syncope.client.console.commons with parameters of type AnyObjectTOModifier and TypeMethodDescriptionAnyDirectoryPanelAdditionalActionLinksProvider.get
(String type, AnyObjectTO modelObject, String realm, BaseModal<AnyWrapper<AnyObjectTO>> modal, String header, AnyObjectDirectoryPanel parentPanel, PageReference pageRef) IdMAnyDirectoryPanelAdditionalActionLinksProvider.get
(String type, AnyObjectTO modelObject, String realm, BaseModal<AnyWrapper<AnyObjectTO>> modal, String header, AnyObjectDirectoryPanel parentPanel, PageReference pageRef) IdRepoAnyDirectoryPanelAdditionalActionLinksProvider.get
(String type, AnyObjectTO modelObject, String realm, BaseModal<AnyWrapper<AnyObjectTO>> modal, String header, AnyObjectDirectoryPanel parentPanel, PageReference pageRef) Method parameters in org.apache.syncope.client.console.commons with type arguments of type AnyObjectTOModifier and TypeMethodDescriptionAnyDirectoryPanelAdditionalActionLinksProvider.get
(String type, AnyObjectTO modelObject, String realm, BaseModal<AnyWrapper<AnyObjectTO>> modal, String header, AnyObjectDirectoryPanel parentPanel, PageReference pageRef) IdMAnyDirectoryPanelAdditionalActionLinksProvider.get
(String type, AnyObjectTO modelObject, String realm, BaseModal<AnyWrapper<AnyObjectTO>> modal, String header, AnyObjectDirectoryPanel parentPanel, PageReference pageRef) IdRepoAnyDirectoryPanelAdditionalActionLinksProvider.get
(String type, AnyObjectTO modelObject, String realm, BaseModal<AnyWrapper<AnyObjectTO>> modal, String header, AnyObjectDirectoryPanel parentPanel, PageReference pageRef) -
Uses of AnyObjectTO in org.apache.syncope.client.console.panels
Methods in org.apache.syncope.client.console.panels that return types with arguments of type AnyObjectTOModifier and TypeMethodDescriptionAnyObjectDirectoryPanel.getActions
(IModel<AnyObjectTO> model) protected WizardMgtPanel
<AnyWrapper<AnyObjectTO>> AnyObjectDirectoryPanel.Builder.newInstance
(String id, boolean wizardInModal) Method parameters in org.apache.syncope.client.console.panels with type arguments of type AnyObjectTO -
Uses of AnyObjectTO in org.apache.syncope.client.console.panels.search
Methods in org.apache.syncope.client.console.panels.search that return types with arguments of type AnyObjectTOModifier and TypeMethodDescriptionprotected WizardMgtPanel
<AnyWrapper<AnyObjectTO>> AnyObjectSelectionDirectoryPanel.Builder.newInstance
(String id, boolean wizardInModal) -
Uses of AnyObjectTO in org.apache.syncope.client.console.rest
Methods in org.apache.syncope.client.console.rest that return types with arguments of type AnyObjectTOModifier and TypeMethodDescriptionAnyObjectRestClient.create
(AnyObjectCR createReq) protected Class
<? extends AnyService<AnyObjectTO>> AnyObjectRestClient.getAnyServiceClass()
AnyObjectRestClient.search
(String realm, String fiql, int page, int size, SortParam<String> sort, String type) AnyObjectRestClient.update
(String etag, AnyObjectUR updateReq) -
Uses of AnyObjectTO in org.apache.syncope.client.console.wizards.any
Fields in org.apache.syncope.client.console.wizards.any with type parameters of type AnyObjectTOModifier and TypeFieldDescriptionprotected WizardMgtPanel
<AnyWrapper<AnyObjectTO>> Relationships.Specification.anyObjectDirectoryPanel
Methods in org.apache.syncope.client.console.wizards.any that return AnyObjectTOMethods in org.apache.syncope.client.console.wizards.any that return types with arguments of type AnyObjectTOModifier and TypeMethodDescriptionprotected Optional
<Details<AnyObjectTO>> AnyObjectTemplateWizardBuilder.addOptionalDetailsPanel
(AnyWrapper<AnyObjectTO> modelObject) protected Optional
<Details<AnyObjectTO>> AnyObjectWizardBuilder.addOptionalDetailsPanel
(AnyWrapper<AnyObjectTO> modelObject) Method parameters in org.apache.syncope.client.console.wizards.any with type arguments of type AnyObjectTOModifier and TypeMethodDescriptionprotected Optional
<Details<AnyObjectTO>> AnyObjectTemplateWizardBuilder.addOptionalDetailsPanel
(AnyWrapper<AnyObjectTO> modelObject) protected Optional
<Details<AnyObjectTO>> AnyObjectWizardBuilder.addOptionalDetailsPanel
(AnyWrapper<AnyObjectTO> modelObject) protected Serializable
AnyObjectWizardBuilder.onApplyInternal
(AnyWrapper<AnyObjectTO> modelObject) Constructors in org.apache.syncope.client.console.wizards.any with parameters of type AnyObjectTOModifierConstructorDescriptionAnyObjectWizardBuilder
(AnyObjectTO anyObjectTO, List<String> anyTypeClasses, AnyObjectFormLayoutInfo formLayoutInfo, AnyObjectRestClient anyObjectRestClient, PageReference pageRef) AnyObjectWizardBuilder
(AnyObjectTO previousAnyObjectTO, AnyObjectTO anyObjectTO, List<String> anyTypeClasses, AnyObjectFormLayoutInfo formLayoutInfo, PageReference pageRef) Constructor to be used for Remediation details only.AnyObjectWrapper
(AnyObjectTO anyObjectTO) AnyObjectWrapper
(AnyObjectTO previousAnyObjectTO, AnyObjectTO anyObjectTO) Constructor parameters in org.apache.syncope.client.console.wizards.any with type arguments of type AnyObjectTOModifierConstructorDescriptionAnyObjectDetails
(AnyWrapper<AnyObjectTO> wrapper, boolean templateMode, boolean includeStatusPanel, PageReference pageRef) -
Uses of AnyObjectTO in org.apache.syncope.common.lib
Methods in org.apache.syncope.common.lib that return AnyObjectTOModifier and TypeMethodDescriptionstatic AnyObjectTO
AnyOperations.patch
(AnyObjectTO anyObjectTO, AnyObjectUR anyObjectUR) Methods in org.apache.syncope.common.lib with parameters of type AnyObjectTOModifier and TypeMethodDescriptionstatic AnyObjectUR
AnyOperations.diff
(AnyObjectTO updated, AnyObjectTO original, boolean incremental) Calculate modifications needed by first in order to be equal to second.static AnyObjectTO
AnyOperations.patch
(AnyObjectTO anyObjectTO, AnyObjectUR anyObjectUR) -
Uses of AnyObjectTO in org.apache.syncope.common.rest.api.service
Methods in org.apache.syncope.common.rest.api.service that return AnyObjectTOModifier and TypeMethodDescriptionMethods in org.apache.syncope.common.rest.api.service that return types with arguments of type AnyObjectTOModifier and TypeMethodDescription -
Uses of AnyObjectTO in org.apache.syncope.core.logic
Methods in org.apache.syncope.core.logic that return AnyObjectTOModifier and TypeMethodDescriptionAnyObjectLogic.link
(String key, Collection<String> resources) protected AnyObjectTO
AnyObjectLogic.resolveReference
(Method method, Object... args) AnyObjectLogic.unlink
(String key, Collection<String> resources) Methods in org.apache.syncope.core.logic that return types with arguments of type AnyObjectTOModifier and TypeMethodDescriptionAnyObjectLogic.assign
(String key, Collection<String> resources, boolean changepwd, String password, boolean nullPriorityAsync) AnyObjectLogic.create
(AnyObjectCR createReq, boolean nullPriorityAsync) AnyObjectLogic.deprovision
(String key, List<String> resources, boolean nullPriorityAsync) AnyObjectLogic.provision
(String key, List<String> resources, boolean changePwd, String password, boolean nullPriorityAsync) org.springframework.data.domain.Page
<AnyObjectTO> AnyObjectLogic.search
(SearchCond searchCond, org.springframework.data.domain.Pageable pageable, String realm, boolean recursive, boolean details) AnyObjectLogic.unassign
(String key, Collection<String> resources, boolean nullPriorityAsync) AnyObjectLogic.update
(AnyObjectUR req, boolean nullPriorityAsync) Methods in org.apache.syncope.core.logic with parameters of type AnyObjectTO -
Uses of AnyObjectTO in org.apache.syncope.core.provisioning.api.data
Methods in org.apache.syncope.core.provisioning.api.data that return AnyObjectTOModifier and TypeMethodDescriptionAnyObjectDataBinder.getAnyObjectTO
(String key) AnyObjectDataBinder.getAnyObjectTO
(AnyObject anyObject, boolean details) -
Uses of AnyObjectTO in org.apache.syncope.core.provisioning.java.data
Methods in org.apache.syncope.core.provisioning.java.data that return AnyObjectTOModifier and TypeMethodDescriptionAnyObjectDataBinderImpl.getAnyObjectTO
(String key) AnyObjectDataBinderImpl.getAnyObjectTO
(AnyObject anyObject, boolean details) -
Uses of AnyObjectTO in org.apache.syncope.core.rest.cxf.service
Methods in org.apache.syncope.core.rest.cxf.service that return AnyObjectTOModifier and TypeMethodDescriptionMethods in org.apache.syncope.core.rest.cxf.service that return types with arguments of type AnyObjectTOModifier and TypeMethodDescriptionprotected AbstractAnyLogic
<AnyObjectTO, AnyObjectCR, AnyObjectUR> AnyObjectServiceImpl.getAnyLogic()