Uses of Class
org.apache.syncope.common.lib.to.ConnObject
Packages that use ConnObject
Package
Description
-
Uses of ConnObject in org.apache.syncope.client.console.commons
Methods in org.apache.syncope.client.console.commons that return ConnObjectModifier and TypeMethodDescriptionStatusProvider.Info.onResource()Returns the value of theonResourcerecord component.StatusProvider.Info.onSyncope()Returns the value of theonSyncoperecord component.StatusProvider.InfoWithFailure.onSyncope()Returns the value of theonSyncoperecord component.Constructors in org.apache.syncope.client.console.commons with parameters of type ConnObjectModifierConstructorDescriptionInfo(ConnObject onSyncope, ConnObject onResource) Creates an instance of aInforecord class.InfoWithFailure(ConnObject onSyncope, ConnObjectWrapper onResource, String failure) Creates an instance of aInfoWithFailurerecord class. -
Uses of ConnObject in org.apache.syncope.client.console.panels
Methods in org.apache.syncope.client.console.panels that return types with arguments of type ConnObjectModifier and TypeMethodDescriptionprotected List<ConnObject> ConnObjectListViewPanel.reloadItems(String resource, String anyType, String cookie, String fiql) Methods in org.apache.syncope.client.console.panels with parameters of type ConnObjectModifier and TypeMethodDescriptionprotected abstract voidConnObjectListViewPanel.viewConnObject(ConnObject connObjectTO, AjaxRequestTarget target) Constructors in org.apache.syncope.client.console.panels with parameters of type ConnObject -
Uses of ConnObject in org.apache.syncope.client.console.rest
Methods in org.apache.syncope.client.console.rest that return ConnObjectModifier and TypeMethodDescriptionResourceRestClient.readConnObject(String resource, String anyTypeKey, String anyKey) Methods in org.apache.syncope.client.console.rest that return types with arguments of type ConnObjectModifier and TypeMethodDescriptionResourceRestClient.searchConnObjects(String resource, String anyTypeKey, ConnObjectTOQuery.Builder queryBuilder, SortParam<String> sortParam) -
Uses of ConnObject in org.apache.syncope.client.console.wicket.extensions.markup.html.repeater.data.table
Method parameters in org.apache.syncope.client.console.wicket.extensions.markup.html.repeater.data.table with type arguments of type ConnObjectModifier and TypeMethodDescriptionvoidConnObjectAttrColumn.populateItem(Item<ICellPopulator<ConnObject>> cellItem, String componentId, IModel<ConnObject> rowModel) voidConnObjectAttrColumn.populateItem(Item<ICellPopulator<ConnObject>> cellItem, String componentId, IModel<ConnObject> rowModel) -
Uses of ConnObject in org.apache.syncope.client.ui.commons.status
Methods in org.apache.syncope.client.ui.commons.status that return ConnObjectMethods in org.apache.syncope.client.ui.commons.status with parameters of type ConnObjectModifier and TypeMethodDescriptionstatic StringStatusUtils.getConnObjectLink(ConnObject connObject) static StatusBeanStatusUtils.getStatusBean(AnyTO anyTO, String resource, ConnObject connObject, boolean notUser) static StatusBeanStatusUtils.getStatusBean(RealmTO realmTO, String resource, ConnObject connObject) static BooleanStatusUtils.isEnabled(ConnObject connObject) Constructors in org.apache.syncope.client.ui.commons.status with parameters of type ConnObjectModifierConstructorDescriptionConnObjectWrapper(AnyTO any, String resource, ConnObject connObjectTO) -
Uses of ConnObject in org.apache.syncope.common.lib.to
Methods in org.apache.syncope.common.lib.to that return ConnObjectModifier and TypeMethodDescriptionPropagationStatus.getAfterObj()PropagationStatus.getBeforeObj()ReconStatus.getOnResource()ReconStatus.getOnSyncope()Methods in org.apache.syncope.common.lib.to that return types with arguments of type ConnObjectMethods in org.apache.syncope.common.lib.to with parameters of type ConnObjectModifier and TypeMethodDescriptionvoidPropagationStatus.setAfterObj(ConnObject afterObj) voidPropagationStatus.setBeforeObj(ConnObject beforeObj) voidReconStatus.setOnResource(ConnObject onResource) voidReconStatus.setOnSyncope(ConnObject onSyncope) -
Uses of ConnObject in org.apache.syncope.common.rest.api.service
Methods in org.apache.syncope.common.rest.api.service that return ConnObject -
Uses of ConnObject in org.apache.syncope.core.logic
Methods in org.apache.syncope.core.logic that return ConnObjectModifier and TypeMethodDescriptionprotected ConnObjectReconciliationLogic.getOnSyncope(Item connObjectKeyItem, String connObjectKeyValue, Boolean suspended, Set<Attribute> attrs) protected ConnObjectReconciliationLogic.getOnSyncope(Any any, Item connObjectKeyItem, ExternalResource resource, Provision provision) protected ConnObjectReconciliationLogic.getOnSyncope(LinkedAccount account, Item connObjectKeyItem, Provision provision) ResourceLogic.readConnObjectByAnyKey(String key, String anyTypeKey, String anyKey) ResourceLogic.readConnObjectByConnObjectKeyValue(String key, String anyTypeKey, String connObjectKeyValue) Methods in org.apache.syncope.core.logic that return types with arguments of type ConnObject -
Uses of ConnObject in org.apache.syncope.core.provisioning.java.utils
Methods in org.apache.syncope.core.provisioning.java.utils that return ConnObjectModifier and TypeMethodDescriptionstatic ConnObjectConnObjectUtils.getConnObjectTO(String fiql, Set<Attribute> attrs) BuildsConnObjectout of a collection ofAttributeinstances. -
Uses of ConnObject in org.apache.syncope.core.rest.cxf.service
Methods in org.apache.syncope.core.rest.cxf.service that return ConnObjectModifier and TypeMethodDescriptionResourceServiceImpl.readConnObject(String key, String anyTypeKey, String value)