Uses of Class
org.apache.syncope.common.lib.to.AnyObjectTO
-
-
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 AnyObjectTO Modifier and Type Method Description List<Action<AnyObjectTO>>
AnyDirectoryPanelAdditionalActionLinksProvider. get(String type, AnyObjectTO modelObject, String realm, BaseModal<AnyWrapper<AnyObjectTO>> modal, String header, AnyObjectDirectoryPanel parentPanel, PageReference pageRef)
List<Action<AnyObjectTO>>
IdMAnyDirectoryPanelAdditionalActionLinksProvider. get(String type, AnyObjectTO modelObject, String realm, BaseModal<AnyWrapper<AnyObjectTO>> modal, String header, AnyObjectDirectoryPanel parentPanel, PageReference pageRef)
List<Action<AnyObjectTO>>
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 AnyObjectTO Modifier and Type Method Description List<Action<AnyObjectTO>>
AnyDirectoryPanelAdditionalActionLinksProvider. get(String type, AnyObjectTO modelObject, String realm, BaseModal<AnyWrapper<AnyObjectTO>> modal, String header, AnyObjectDirectoryPanel parentPanel, PageReference pageRef)
List<Action<AnyObjectTO>>
IdMAnyDirectoryPanelAdditionalActionLinksProvider. get(String type, AnyObjectTO modelObject, String realm, BaseModal<AnyWrapper<AnyObjectTO>> modal, String header, AnyObjectDirectoryPanel parentPanel, PageReference pageRef)
List<Action<AnyObjectTO>>
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 AnyObjectTO Modifier and Type Method Description List<Action<AnyObjectTO>>
AnyDirectoryPanelAdditionalActionLinksProvider. get(String type, AnyObjectTO modelObject, String realm, BaseModal<AnyWrapper<AnyObjectTO>> modal, String header, AnyObjectDirectoryPanel parentPanel, PageReference pageRef)
List<Action<AnyObjectTO>>
IdMAnyDirectoryPanelAdditionalActionLinksProvider. get(String type, AnyObjectTO modelObject, String realm, BaseModal<AnyWrapper<AnyObjectTO>> modal, String header, AnyObjectDirectoryPanel parentPanel, PageReference pageRef)
List<Action<AnyObjectTO>>
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 AnyObjectTO Modifier and Type Method Description ActionsPanel<AnyObjectTO>
AnyObjectDirectoryPanel. 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 Modifier and Type Method Description ActionsPanel<AnyObjectTO>
AnyObjectDirectoryPanel. getActions(IModel<AnyObjectTO> model)
-
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 AnyObjectTO Modifier and Type Method Description protected 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 AnyObjectTO Modifier and Type Method Description ProvisioningResult<AnyObjectTO>
AnyObjectRestClient. create(AnyObjectCR createReq)
protected Class<? extends AnyService<AnyObjectTO>>
AnyObjectRestClient. getAnyServiceClass()
List<AnyObjectTO>
AnyObjectRestClient. search(String realm, String fiql, int page, int size, SortParam<String> sort, String type)
ProvisioningResult<AnyObjectTO>
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 AnyObjectTO Modifier and Type Field Description protected WizardMgtPanel<AnyWrapper<AnyObjectTO>>
Relationships.Specification. anyObjectDirectoryPanel
Methods in org.apache.syncope.client.console.wizards.any that return AnyObjectTO Modifier and Type Method Description AnyObjectTO
AnyObjectWrapper. getPreviousAnyObjectTO()
Methods in org.apache.syncope.client.console.wizards.any that return types with arguments of type AnyObjectTO Modifier and Type Method Description protected Optional<Details<AnyObjectTO>>
AnyObjectTemplateWizardBuilder. addOptionalDetailsPanel(AnyWrapper<AnyObjectTO> modelObject)
protected Optional<Details<AnyObjectTO>>
AnyObjectWizardBuilder. addOptionalDetailsPanel(AnyWrapper<AnyObjectTO> modelObject)
AjaxWizard<AnyWrapper<AnyObjectTO>>
AnyObjectTemplateWizardBuilder. build(String id)
Method parameters in org.apache.syncope.client.console.wizards.any with type arguments of type AnyObjectTO Modifier and Type Method Description protected 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 AnyObjectTO Constructor Description AnyObjectWizardBuilder(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 AnyObjectTO Constructor Description AnyObjectDetails(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 AnyObjectTO Modifier and Type Method Description static AnyObjectTO
AnyOperations. patch(AnyObjectTO anyObjectTO, AnyObjectUR anyObjectUR)
Methods in org.apache.syncope.common.lib with parameters of type AnyObjectTO Modifier and Type Method Description static 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 AnyObjectTO Modifier and Type Method Description AnyObjectTO
AnyObjectService. read(@NotNull String type, @NotNull String name)
AnyObjectTO
AnyObjectService. read(String key)
Methods in org.apache.syncope.common.rest.api.service that return types with arguments of type AnyObjectTO Modifier and Type Method Description PagedResult<AnyObjectTO>
AnyObjectService. search(AnyQuery anyQuery)
-
Uses of AnyObjectTO in org.apache.syncope.core.logic
Methods in org.apache.syncope.core.logic that return AnyObjectTO Modifier and Type Method Description AnyObjectTO
AnyObjectLogic. link(String key, Collection<String> resources)
AnyObjectTO
AnyObjectLogic. read(String key)
AnyObjectTO
AnyObjectLogic. read(String type, String name)
protected AnyObjectTO
AnyObjectLogic. resolveReference(Method method, Object... args)
AnyObjectTO
AnyObjectLogic. unlink(String key, Collection<String> resources)
Methods in org.apache.syncope.core.logic that return types with arguments of type AnyObjectTO Modifier and Type Method Description ProvisioningResult<AnyObjectTO>
AnyObjectLogic. assign(String key, Collection<String> resources, boolean changepwd, String password, boolean nullPriorityAsync)
ProvisioningResult<AnyObjectTO>
AnyObjectLogic. create(AnyObjectCR createReq, boolean nullPriorityAsync)
ProvisioningResult<AnyObjectTO>
AnyObjectLogic. delete(String key, boolean nullPriorityAsync)
ProvisioningResult<AnyObjectTO>
AnyObjectLogic. deprovision(String key, List<String> resources, boolean nullPriorityAsync)
ProvisioningResult<AnyObjectTO>
AnyObjectLogic. provision(String key, List<String> resources, boolean changePwd, String password, boolean nullPriorityAsync)
Pair<Integer,List<AnyObjectTO>>
AnyObjectLogic. search(SearchCond searchCond, int page, int size, List<OrderByClause> orderBy, String realm, boolean recursive, boolean details)
ProvisioningResult<AnyObjectTO>
AnyObjectLogic. unassign(String key, Collection<String> resources, boolean nullPriorityAsync)
ProvisioningResult<AnyObjectTO>
AnyObjectLogic. update(AnyObjectUR req, boolean nullPriorityAsync)
Methods in org.apache.syncope.core.logic with parameters of type AnyObjectTO Modifier and Type Method Description protected Set<String>
AnyObjectLogic. groups(AnyObjectTO anyObjectTO)
-
Uses of AnyObjectTO in org.apache.syncope.core.provisioning.api.data
Methods in org.apache.syncope.core.provisioning.api.data that return AnyObjectTO Modifier and Type Method Description AnyObjectTO
AnyObjectDataBinder. getAnyObjectTO(String key)
AnyObjectTO
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 AnyObjectTO Modifier and Type Method Description AnyObjectTO
AnyObjectDataBinderImpl. getAnyObjectTO(String key)
AnyObjectTO
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 AnyObjectTO Modifier and Type Method Description AnyObjectTO
AnyObjectServiceImpl. read(String key)
AnyObjectTO
AnyObjectServiceImpl. read(String type, String name)
Methods in org.apache.syncope.core.rest.cxf.service that return types with arguments of type AnyObjectTO Modifier and Type Method Description protected AbstractAnyLogic<AnyObjectTO,AnyObjectCR,AnyObjectUR>
AnyObjectServiceImpl. getAnyLogic()
PagedResult<AnyObjectTO>
AnyObjectServiceImpl. search(AnyQuery anyQuery)
-