Uses of Class
org.apache.syncope.common.lib.to.AnyTypeClassTO
Packages that use AnyTypeClassTO
Package
Description
-
Uses of AnyTypeClassTO in org.apache.syncope.client.console.panels
Fields in org.apache.syncope.client.console.panels declared as AnyTypeClassTOModifier and TypeFieldDescriptionprotected final AnyTypeClassTOAnyTypeClassDetailsPanel.anyTypeClassTOFields in org.apache.syncope.client.console.panels with type parameters of type AnyTypeClassTOModifier and TypeFieldDescriptionprotected final SortableDataProviderComparator<AnyTypeClassTO> AnyTypeClassesPanel.AnyTypeClassProvider.comparatorMethods in org.apache.syncope.client.console.panels that return types with arguments of type AnyTypeClassTOModifier and TypeMethodDescriptionAnyTypeClassesPanel.getActions(IModel<AnyTypeClassTO> model) AnyDirectoryPanel.AnyDirectoryPanelBuilder.getAnyTypeClassTOs()AnyDirectoryPanel.Builder.getAnyTypeClassTOs()protected List<IColumn<AnyTypeClassTO, String>> AnyTypeClassesPanel.getColumns()AnyTypeClassesPanel.AnyTypeClassProvider.iterator(long first, long count) AnyTypeClassesPanel.AnyTypeClassProvider.model(AnyTypeClassTO object) Methods in org.apache.syncope.client.console.panels with parameters of type AnyTypeClassTOModifier and TypeMethodDescriptionAnyTypeClassesPanel.AnyTypeClassProvider.model(AnyTypeClassTO object) Method parameters in org.apache.syncope.client.console.panels with type arguments of type AnyTypeClassTOConstructors in org.apache.syncope.client.console.panels with parameters of type AnyTypeClassTOModifierConstructorDescriptionAnyTypeClassDetailsPanel(String id, AnyTypeClassTO anyTypeClassTO, SchemaRestClient schemaRestClient, AnyTypeClassRestClient anyTypeClassRestClient) AnyTypeClassModalPanel(BaseModal<AnyTypeClassTO> modal, AnyTypeClassTO anyTypeClassTO, PageReference pageRef) Constructor parameters in org.apache.syncope.client.console.panels with type arguments of type AnyTypeClassTOModifierConstructorDescriptionAnyTypeClassModalPanel(BaseModal<AnyTypeClassTO> modal, AnyTypeClassTO anyTypeClassTO, PageReference pageRef) Builder(List<AnyTypeClassTO> anyTypeClassTOs, E restClient, String type, PageReference pageRef) Builder(List<AnyTypeClassTO> anyTypeClassTOs, AnyObjectRestClient restClient, String type, PageReference pageRef) Builder(List<AnyTypeClassTO> anyTypeClassTOs, GroupRestClient groupRestClient, String type, PageReference pageRef) Builder(List<AnyTypeClassTO> anyTypeClassTOs, UserRestClient restClient, String type, PageReference pageRef) -
Uses of AnyTypeClassTO in org.apache.syncope.client.console.panels.search
Constructor parameters in org.apache.syncope.client.console.panels.search with type arguments of type AnyTypeClassTOModifierConstructorDescriptionBuilder(List<AnyTypeClassTO> anyTypeClassTOs, AnyObjectRestClient restClient, String type, PageReference pageRef) Builder(List<AnyTypeClassTO> anyTypeClassTOs, E restClient, String type, PageReference pageRef) Builder(List<AnyTypeClassTO> anyTypeClassTOs, GroupRestClient restClient, String type, PageReference pageRef) Builder(List<AnyTypeClassTO> anyTypeClassTOs, UserRestClient restClient, String type, PageReference pageRef) -
Uses of AnyTypeClassTO in org.apache.syncope.client.console.rest
Methods in org.apache.syncope.client.console.rest that return AnyTypeClassTOMethods in org.apache.syncope.client.console.rest that return types with arguments of type AnyTypeClassTOModifier and TypeMethodDescriptionAnyTypeClassRestClient.list()AnyTypeClassRestClient.list(Collection<String> anyTypeClassNames) Methods in org.apache.syncope.client.console.rest with parameters of type AnyTypeClassTOModifier and TypeMethodDescriptionvoidAnyTypeClassRestClient.create(AnyTypeClassTO anyTypeClass) voidAnyTypeClassRestClient.update(AnyTypeClassTO anyTypeClass) -
Uses of AnyTypeClassTO in org.apache.syncope.common.rest.api.service
Methods in org.apache.syncope.common.rest.api.service that return AnyTypeClassTOModifier and TypeMethodDescriptionReturns anyTypeClass with matching key.Methods in org.apache.syncope.common.rest.api.service that return types with arguments of type AnyTypeClassTOModifier and TypeMethodDescriptionAnyTypeClassService.list()Returns a list of all anyTypeClasss.Methods in org.apache.syncope.common.rest.api.service with parameters of type AnyTypeClassTOModifier and TypeMethodDescriptionAnyTypeClassService.create(@NotNull AnyTypeClassTO anyTypeClassTO) Creates a new anyTypeClass.voidAnyTypeClassService.update(@NotNull AnyTypeClassTO anyTypeClassTO) Updates the anyTypeClass matching the provided key. -
Uses of AnyTypeClassTO in org.apache.syncope.core.logic
Methods in org.apache.syncope.core.logic that return AnyTypeClassTOModifier and TypeMethodDescriptionAnyTypeClassLogic.create(AnyTypeClassTO anyTypeClassTO) protected AnyTypeClassTOAnyTypeClassLogic.resolveReference(Method method, Object... args) AnyTypeClassLogic.update(AnyTypeClassTO anyTypeClassTO) Methods in org.apache.syncope.core.logic that return types with arguments of type AnyTypeClassTOMethods in org.apache.syncope.core.logic with parameters of type AnyTypeClassTOModifier and TypeMethodDescriptionAnyTypeClassLogic.create(AnyTypeClassTO anyTypeClassTO) AnyTypeClassLogic.update(AnyTypeClassTO anyTypeClassTO) -
Uses of AnyTypeClassTO in org.apache.syncope.core.provisioning.api.data
Methods in org.apache.syncope.core.provisioning.api.data that return AnyTypeClassTOModifier and TypeMethodDescriptionAnyTypeClassDataBinder.getAnyTypeClassTO(AnyTypeClass anyTypeClass) Methods in org.apache.syncope.core.provisioning.api.data with parameters of type AnyTypeClassTOModifier and TypeMethodDescriptionAnyTypeClassDataBinder.create(AnyTypeClassTO anyTypeClassTO) voidAnyTypeClassDataBinder.update(AnyTypeClass anyTypeClass, AnyTypeClassTO anyTypeClassTO) -
Uses of AnyTypeClassTO in org.apache.syncope.core.provisioning.java.data
Methods in org.apache.syncope.core.provisioning.java.data that return AnyTypeClassTOModifier and TypeMethodDescriptionAnyTypeClassDataBinderImpl.getAnyTypeClassTO(AnyTypeClass anyTypeClass) Methods in org.apache.syncope.core.provisioning.java.data with parameters of type AnyTypeClassTOModifier and TypeMethodDescriptionAnyTypeClassDataBinderImpl.create(AnyTypeClassTO anyTypeClassTO) protected voidResourceDataBinderImpl.populateMapping(Mapping mappingTO, Mapping mapping, AnyTypeKind anyTypeKind, AnyTypeClassTO allowedSchemas) voidAnyTypeClassDataBinderImpl.update(AnyTypeClass anyTypeClass, AnyTypeClassTO anyTypeClassTO) -
Uses of AnyTypeClassTO in org.apache.syncope.core.rest.cxf.service
Methods in org.apache.syncope.core.rest.cxf.service that return AnyTypeClassTOMethods in org.apache.syncope.core.rest.cxf.service that return types with arguments of type AnyTypeClassTOMethods in org.apache.syncope.core.rest.cxf.service with parameters of type AnyTypeClassTOModifier and TypeMethodDescriptionAnyTypeClassServiceImpl.create(AnyTypeClassTO anyTypeTO) voidAnyTypeClassServiceImpl.update(AnyTypeClassTO anyTypeTO)