Uses of Class
org.apache.syncope.common.lib.to.AnyTO
Packages that use AnyTO
Package
Description
-
Uses of AnyTO in org.apache.syncope.client.console.commons
Classes in org.apache.syncope.client.console.commons with type parameters of type AnyTOModifier and TypeClassDescriptionclass
AnyDataProvider<A extends AnyTO>
class
SortableAnyProviderComparator<T extends AnyTO>
Methods in org.apache.syncope.client.console.commons with type parameters of type AnyTOModifier and TypeMethodDescription<A extends AnyTO>
WizardModelAnyWizardBuilderAdditionalSteps.buildModelSteps
(AnyWrapper<A> modelObject, WizardModel wizardModel, AbstractAnyFormLayout<A, ? extends AnyForm<A>> formLayoutInfo) <A extends AnyTO>
WizardModelIdMAnyWizardBuilderAdditionalSteps.buildModelSteps
(AnyWrapper<A> modelObject, WizardModel wizardModel, AbstractAnyFormLayout<A, ? extends AnyForm<A>> formLayoutInfo) <A extends AnyTO>
WizardModelIdRepoAnyWizardBuilderAdditionalSteps.buildModelSteps
(AnyWrapper<A> modelObject, WizardModel wizardModel, AbstractAnyFormLayout<A, ? extends AnyForm<A>> formLayoutInfo) Methods in org.apache.syncope.client.console.commons with parameters of type AnyTOModifier and TypeMethodDescriptionIdMStatusProvider.get
(AnyTO any, Collection<String> resources) IdRepoStatusProvider.get
(AnyTO any, Collection<String> resources) StatusProvider.get
(AnyTO any, Collection<String> resources) -
Uses of AnyTO in org.apache.syncope.client.console.layout
Methods in org.apache.syncope.client.console.layout with type parameters of type AnyTOModifier and TypeMethodDescriptionstatic <A extends AnyTO,
F extends AnyForm<A>, FL extends AbstractAnyFormLayout<A, F>>
FAnyLayoutUtils.newLayoutInfo
(A anyTO, List<String> anyTypeClasses, FL anyFormLayout, AbstractAnyRestClient<?> anyRestClient, PageReference pageRef) -
Uses of AnyTO in org.apache.syncope.client.console.panels
Classes in org.apache.syncope.client.console.panels with type parameters of type AnyTOModifier and TypeClassDescriptionclass
AnyDirectoryPanel<A extends AnyTO,
E extends AbstractAnyRestClient<A>> static class
AnyDirectoryPanel.Builder<A extends AnyTO,
E extends AbstractAnyRestClient<A>> Methods in org.apache.syncope.client.console.panels that return types with arguments of type AnyTOMethods in org.apache.syncope.client.console.panels with parameters of type AnyTOModifier and TypeMethodDescription -
Uses of AnyTO in org.apache.syncope.client.console.panels.search
Classes in org.apache.syncope.client.console.panels.search with type parameters of type AnyTOModifier and TypeClassDescriptionclass
AnySelectionDirectoryPanel<A extends AnyTO,
E extends AbstractAnyRestClient<A>> static class
AnySelectionDirectoryPanel.Builder<A extends AnyTO,
E extends AbstractAnyRestClient<A>> static class
AnySelectionDirectoryPanel.ItemSelection<T extends AnyTO>
-
Uses of AnyTO in org.apache.syncope.client.console.rest
Classes in org.apache.syncope.client.console.rest with type parameters of type AnyTOMethods in org.apache.syncope.client.console.rest with type parameters of type AnyTOModifier and TypeMethodDescription<C extends AnyCR,
A extends AnyTO>
ProvisioningResult<A> <T extends AnyTO>
ProvisioningResult<T> Methods in org.apache.syncope.client.console.rest that return types with arguments of type AnyTOMethods in org.apache.syncope.client.console.rest with parameters of type AnyTO -
Uses of AnyTO in org.apache.syncope.client.console.status
Classes in org.apache.syncope.client.console.status with type parameters of type AnyTOFields in org.apache.syncope.client.console.status declared as AnyTOConstructors in org.apache.syncope.client.console.status with parameters of type AnyTOModifierConstructorDescriptionAnyStatusDirectoryPanel
(MultilevelPanel multiLevelPanelRef, PageReference pageRef, AnyTO anyTO, String itemKeyFieldName, boolean statusOnly) -
Uses of AnyTO in org.apache.syncope.client.console.tasks
Methods in org.apache.syncope.client.console.tasks with parameters of type AnyTOModifier and TypeMethodDescriptionprotected abstract Serializable
TemplatesTogglePanel.onApplyInternal
(TemplatableTO targetObject, String type, AnyTO anyTO) -
Uses of AnyTO in org.apache.syncope.client.console.wicket.extensions.markup.html.repeater.data.table
Classes in org.apache.syncope.client.console.wicket.extensions.markup.html.repeater.data.table with type parameters of type AnyTO -
Uses of AnyTO in org.apache.syncope.client.console.wizards.any
Classes in org.apache.syncope.client.console.wizards.any with type parameters of type AnyTOModifier and TypeClassDescriptionclass
AnyWizardBuilder<A extends AnyTO>
class
interface
TemplateWizardBuilder<T extends AnyTO>
Fields in org.apache.syncope.client.console.wizards.any declared as AnyTOModifier and TypeFieldDescriptionprotected final AnyTO
AbstractAttrsWizardStep.anyTO
protected final AnyTO
Relationships.anyTO
protected AnyTO
AbstractAttrsWizardStep.previousObject
Methods in org.apache.syncope.client.console.wizards.any with type parameters of type AnyTOModifier and TypeMethodDescriptionprotected static <T extends AnyTO>
AnyWrapper<T> AnyWizardBuilder.wrapper
(T anyTO) Methods in org.apache.syncope.client.console.wizards.any with parameters of type AnyTOModifier and TypeMethodDescriptionprotected void
AnyWizardBuilder.fixPlainAndVirAttrs
(AnyTO updated, AnyTO original) protected void
StatusPanel.init
(AnyTO any, IModel<List<StatusBean>> model, List<Triple<ConnObject, ConnObjectWrapper, String>> connObjects, PageReference pageRef, boolean enableConnObjectLink) Constructors in org.apache.syncope.client.console.wizards.any with parameters of type AnyTOModifierConstructorDescriptionAbstractAttrsWizardStep
(AnyTO anyTO, AjaxWizard.Mode mode, List<String> anyTypeClasses, List<String> whichAttrs) -
Uses of AnyTO in org.apache.syncope.client.enduser.panels
Methods in org.apache.syncope.client.enduser.panels with parameters of type AnyTOModifier and TypeMethodDescriptionprotected void
AnyFormPanel.fixPlainAndVirAttrs
(AnyTO updated, AnyTO original) -
Uses of AnyTO in org.apache.syncope.client.enduser.panels.any
Classes in org.apache.syncope.client.enduser.panels.any with type parameters of type AnyTOFields in org.apache.syncope.client.enduser.panels.any declared as AnyTO -
Uses of AnyTO in org.apache.syncope.client.enduser.rest
Classes in org.apache.syncope.client.enduser.rest with type parameters of type AnyTOMethods in org.apache.syncope.client.enduser.rest with parameters of type AnyTO -
Uses of AnyTO in org.apache.syncope.client.ui.commons.layout
Classes in org.apache.syncope.client.ui.commons.layout with type parameters of type AnyTOModifier and TypeClassDescriptionclass
AbstractAnyFormBaseLayout<A extends AnyTO,
F extends AnyForm<A>> class
AbstractAnyFormLayout<A extends AnyTO,
F extends AnyForm<A>> -
Uses of AnyTO in org.apache.syncope.client.ui.commons.status
Methods in org.apache.syncope.client.ui.commons.status that return AnyTOMethods in org.apache.syncope.client.ui.commons.status with parameters of type AnyTOModifier and TypeMethodDescriptionstatic StatusBean
StatusUtils.getStatusBean
(AnyTO anyTO, String resource, ConnObject connObject, boolean notUser) Constructors in org.apache.syncope.client.ui.commons.status with parameters of type AnyTOModifierConstructorDescriptionConnObjectWrapper
(AnyTO any, String resource, ConnObject connObjectTO) StatusBean
(AnyTO any, String resource) -
Uses of AnyTO in org.apache.syncope.client.ui.commons.wizards.any
Classes in org.apache.syncope.client.ui.commons.wizards.any with type parameters of type AnyTOModifier and TypeClassDescriptionclass
AbstractAnyWizardBuilder<A extends AnyTO>
interface
class
AnyWrapper<T extends AnyTO>
Fields in org.apache.syncope.client.ui.commons.wizards.any declared as AnyTOModifier and TypeFieldDescriptionprotected final AnyTO
AbstractGroups.anyTO
protected final T
AnyWrapper.anyTO
Methods in org.apache.syncope.client.ui.commons.wizards.any with parameters of type AnyTOModifier and TypeMethodDescriptionprotected void
AbstractAnyWizardBuilder.fixPlainAndVirAttrs
(AnyTO updated, AnyTO original) -
Uses of AnyTO in org.apache.syncope.common.lib
Methods in org.apache.syncope.common.lib with type parameters of type AnyTOModifier and TypeMethodDescriptionAnyOperations.diff
(TO updated, TO original, boolean incremental) EntityTOUtils.toAnyCR
(A anyTO, C anyCR) EntityTOUtils.toAnyTO
(C anyCR, A anyTO) Methods in org.apache.syncope.common.lib that return AnyTOMethods in org.apache.syncope.common.lib with parameters of type AnyTO -
Uses of AnyTO in org.apache.syncope.common.lib.search
Method parameters in org.apache.syncope.common.lib.search with type arguments of type AnyTO -
Uses of AnyTO in org.apache.syncope.common.lib.to
Subclasses of AnyTO in org.apache.syncope.common.lib.toMethods in org.apache.syncope.common.lib.to that return types with arguments of type AnyTOModifier and TypeMethodDescriptionLiveSyncTaskTO.getTemplates()
PullTaskTO.getTemplates()
RealmTO.getTemplates()
TemplatableTO.getTemplates()
-
Uses of AnyTO in org.apache.syncope.common.lib.types
Methods in org.apache.syncope.common.lib.types that return types with arguments of type AnyTOMethod parameters in org.apache.syncope.common.lib.types with type arguments of type AnyTOModifier and TypeMethodDescriptionstatic AnyTypeKind
AnyTypeKind.fromTOClass
(Class<? extends AnyTO> clazz) -
Uses of AnyTO in org.apache.syncope.common.rest.api.service
Classes in org.apache.syncope.common.rest.api.service with type parameters of type AnyTOMethods in org.apache.syncope.common.rest.api.service with parameters of type AnyTO -
Uses of AnyTO in org.apache.syncope.core.logic
Classes in org.apache.syncope.core.logic with type parameters of type AnyTOModifier and TypeClassDescriptionclass
AbstractAnyLogic<TO extends AnyTO,
C extends AnyCR, U extends AnyUR> class
AbstractResourceAssociator<A extends AnyTO>
Methods in org.apache.syncope.core.logic with parameters of type AnyTO -
Uses of AnyTO in org.apache.syncope.core.logic.api
Methods in org.apache.syncope.core.logic.api with type parameters of type AnyTOModifier and TypeMethodDescriptiondefault <A extends AnyTO>
ALogicActions.afterCreate
(A input, List<PropagationStatus> statuses) default <A extends AnyTO>
ALogicActions.afterDelete
(A input, List<PropagationStatus> statuses) default <A extends AnyTO>
ALogicActions.afterUpdate
(A input, List<PropagationStatus> statuses) default <A extends AnyTO>
ALogicActions.beforeDelete
(A input) -
Uses of AnyTO in org.apache.syncope.core.persistence.api.attrvalue
Methods in org.apache.syncope.core.persistence.api.attrvalue with parameters of type AnyTO -
Uses of AnyTO in org.apache.syncope.core.persistence.api.entity
Methods in org.apache.syncope.core.persistence.api.entity with type parameters of type AnyTOMethods in org.apache.syncope.core.persistence.api.entity that return AnyTOMethods in org.apache.syncope.core.persistence.api.entity with parameters of type AnyTO -
Uses of AnyTO in org.apache.syncope.core.persistence.common.entity
Methods in org.apache.syncope.core.persistence.common.entity with type parameters of type AnyTO -
Uses of AnyTO in org.apache.syncope.core.persistence.jpa.entity
Methods in org.apache.syncope.core.persistence.jpa.entity that return AnyTOMethods in org.apache.syncope.core.persistence.jpa.entity with parameters of type AnyTO -
Uses of AnyTO in org.apache.syncope.core.persistence.neo4j.entity
Methods in org.apache.syncope.core.persistence.neo4j.entity that return AnyTOMethods in org.apache.syncope.core.persistence.neo4j.entity with parameters of type AnyTO -
Uses of AnyTO in org.apache.syncope.core.provisioning.api
Methods in org.apache.syncope.core.provisioning.api with type parameters of type AnyTOModifier and TypeMethodDescription<T extends AnyTO>
voidMappingManager.setIntValues
(Item mapItem, Attribute attr, T anyTO) Set attribute values, according to the givenItem
, to any object from attribute received from connector. -
Uses of AnyTO in org.apache.syncope.core.provisioning.java
Methods in org.apache.syncope.core.provisioning.java with parameters of type AnyTOModifier and TypeMethodDescriptionvoid
DefaultMappingManager.setIntValues
(Item mapItem, Attribute attr, AnyTO anyTO) -
Uses of AnyTO in org.apache.syncope.core.provisioning.java.pushpull
Methods in org.apache.syncope.core.provisioning.java.pushpull that return AnyTOModifier and TypeMethodDescriptionprotected abstract AnyTO
protected AnyTO
protected AnyTO
protected AnyTO
protected abstract AnyTO
protected AnyTO
protected AnyTO
protected AnyTO
protected AnyTO
protected AnyTO
protected AnyTO
Methods in org.apache.syncope.core.provisioning.java.pushpull with parameters of type AnyTOModifier and TypeMethodDescriptionprotected abstract AnyUR
AbstractPullResultHandler.doUpdate
(AnyTO before, AnyUR anyUR, SyncDelta delta, ProvisioningReport result) protected AnyUR
DefaultAnyObjectPullResultHandler.doUpdate
(AnyTO before, AnyUR req, SyncDelta delta, ProvisioningReport result) protected AnyUR
DefaultGroupPullResultHandler.doUpdate
(AnyTO before, AnyUR req, SyncDelta delta, ProvisioningReport result) protected AnyUR
DefaultUserPullResultHandler.doUpdate
(AnyTO before, AnyUR req, SyncDelta delta, ProvisioningReport result) protected abstract String
protected String
protected String
protected String
-
Uses of AnyTO in org.apache.syncope.core.provisioning.java.utils
Methods in org.apache.syncope.core.provisioning.java.utils with type parameters of type AnyTOModifier and TypeMethodDescriptionprotected <T extends AnyTO>
TConnObjectUtils.getAnyTOFromConnObject
(ConnectorObject obj, InboundTask<?> inboundTask, AnyTypeKind anyTypeKind, Provision provision) Methods in org.apache.syncope.core.provisioning.java.utils with parameters of type AnyTOModifier and TypeMethodDescriptionvoid
TemplateUtils.apply
(RealmMember realmMember, AnyTO template) <U extends AnyUR>
UConnObjectUtils.getAnyUR
(String key, ConnectorObject obj, AnyTO original, InboundTask<?> inboundTask, AnyTypeKind anyTypeKind, Provision provision) BuildAnyUR
out of connector object attributes and schema mapping.Method parameters in org.apache.syncope.core.provisioning.java.utils with type arguments of type AnyTOModifier and TypeMethodDescriptionstatic void
TemplateUtils.check
(Map<String, AnyTO> templates, ClientExceptionType clientExceptionType) -
Uses of AnyTO in org.apache.syncope.core.rest.cxf.service
Classes in org.apache.syncope.core.rest.cxf.service with type parameters of type AnyTOModifier and TypeClassDescriptionclass
AbstractAnyService<TO extends AnyTO,
CR extends AnyCR, UR extends AnyUR> Methods in org.apache.syncope.core.rest.cxf.service with parameters of type AnyTO