Uses of Class
org.apache.syncope.common.lib.to.AnyTypeTO
-
-
Uses of AnyTypeTO in org.apache.syncope.client.console.pages
Constructor parameters in org.apache.syncope.client.console.pages with type arguments of type AnyTypeTO Constructor Description Content(RealmTO realmTO, List<AnyTypeTO> anyTypes, int selectedIndex) -
Uses of AnyTypeTO in org.apache.syncope.client.console.panels
Fields in org.apache.syncope.client.console.panels declared as AnyTypeTO Modifier and Type Field Description protected AnyTypeTOAnyPanel. anyTypeTOFields in org.apache.syncope.client.console.panels with type parameters of type AnyTypeTO Modifier and Type Field Description protected List<AnyTypeTO>Realm. anyTypesMethods in org.apache.syncope.client.console.panels that return AnyTypeTO Modifier and Type Method Description AnyTypeTOAnyTypeModalPanel. getItem()Methods in org.apache.syncope.client.console.panels that return types with arguments of type AnyTypeTO Modifier and Type Method Description ActionsPanel<AnyTypeTO>AnyTypesPanel. getActions(IModel<AnyTypeTO> model)protected List<IColumn<AnyTypeTO,String>>AnyTypesPanel. getColumns()Iterator<AnyTypeTO>AnyTypesPanel.AnyTypeProvider. iterator(long first, long count)IModel<AnyTypeTO>AnyTypesPanel.AnyTypeProvider. model(AnyTypeTO object)Methods in org.apache.syncope.client.console.panels with parameters of type AnyTypeTO Modifier and Type Method Description protected PanelAnyPanel. createDirectoryPanel(AnyTypeTO anyTypeTO, RealmTO realmTO, AnyLayout anyLayout, AnyPanel.DirectoryPanelSupplier directoryPanelSupplier)protected List<String>ProvisionAuxClassesPanel. getSchemas(AnyTypeTO anyType, List<String> anyTypeClasses)IModel<AnyTypeTO>AnyTypesPanel.AnyTypeProvider. model(AnyTypeTO object)PanelAnyPanel.DirectoryPanelSupplier. supply(String id, AnyTypeTO anyTypeTO, RealmTO realmTO, AnyLayout anyLayout, PageReference pageRef)Method parameters in org.apache.syncope.client.console.panels with type arguments of type AnyTypeTO Modifier and Type Method Description ActionsPanel<AnyTypeTO>AnyTypesPanel. getActions(IModel<AnyTypeTO> model)Constructors in org.apache.syncope.client.console.panels with parameters of type AnyTypeTO Constructor Description AnyPanel(String id, AnyTypeTO anyTypeTO, RealmTO realmTO, AnyLayout anyLayout, boolean enableSearch, PageReference pageRef)AnyTypeDetailsPanel(String id, AnyTypeTO anyTypeTO)AnyTypeModalPanel(BaseModal<AnyTypeTO> modal, AnyTypeTO anyTypeTO, PageReference pageRef)Builder(String panelClass, String id, AnyTypeTO anyTypeTO, RealmTO realmTO, AnyLayout anyLayout, boolean enableSearch, PageReference pageRef)Constructor parameters in org.apache.syncope.client.console.panels with type arguments of type AnyTypeTO Constructor Description AnyTypeModalPanel(BaseModal<AnyTypeTO> modal, AnyTypeTO anyTypeTO, PageReference pageRef)Realm(String id, RealmTO realmTO, List<AnyTypeTO> anyTypes, int selectedIndex, PageReference pageRef) -
Uses of AnyTypeTO in org.apache.syncope.client.console.rest
Methods in org.apache.syncope.client.console.rest that return AnyTypeTO Modifier and Type Method Description AnyTypeTOAnyTypeRestClient. read(String key)Methods in org.apache.syncope.client.console.rest that return types with arguments of type AnyTypeTO Modifier and Type Method Description List<AnyTypeTO>AnyTypeRestClient. listAnyTypes()Methods in org.apache.syncope.client.console.rest with parameters of type AnyTypeTO Modifier and Type Method Description intAnyTypeRestClient.AnyTypeComparator. compare(AnyTypeTO o1, AnyTypeTO o2)voidAnyTypeRestClient. create(AnyTypeTO anyTypeTO)voidAnyTypeRestClient. update(AnyTypeTO anyTypeTO) -
Uses of AnyTypeTO in org.apache.syncope.client.enduser.rest
Methods in org.apache.syncope.client.enduser.rest that return AnyTypeTO Modifier and Type Method Description AnyTypeTOAnyTypeRestClient. read(String key)Methods in org.apache.syncope.client.enduser.rest that return types with arguments of type AnyTypeTO Modifier and Type Method Description List<AnyTypeTO>AnyTypeRestClient. listAnyTypes()Methods in org.apache.syncope.client.enduser.rest with parameters of type AnyTypeTO Modifier and Type Method Description voidAnyTypeRestClient. create(AnyTypeTO anyTypeTO)voidAnyTypeRestClient. update(AnyTypeTO anyTypeTO) -
Uses of AnyTypeTO in org.apache.syncope.common.rest.api.service
Methods in org.apache.syncope.common.rest.api.service that return AnyTypeTO Modifier and Type Method Description AnyTypeTOAnyTypeService. read(@NotNull String key)Returns anyType with matching key.Methods in org.apache.syncope.common.rest.api.service that return types with arguments of type AnyTypeTO Modifier and Type Method Description List<AnyTypeTO>AnyTypeService. list()Returns a list of all anyTypes.Methods in org.apache.syncope.common.rest.api.service with parameters of type AnyTypeTO Modifier and Type Method Description javax.ws.rs.core.ResponseAnyTypeService. create(@NotNull AnyTypeTO anyTypeTO)Creates a new anyType.voidAnyTypeService. update(@NotNull AnyTypeTO anyTypeTO)Updates the anyType matching the provided key. -
Uses of AnyTypeTO in org.apache.syncope.core.logic
Methods in org.apache.syncope.core.logic that return AnyTypeTO Modifier and Type Method Description AnyTypeTOAnyTypeLogic. create(AnyTypeTO anyTypeTO)AnyTypeTOAnyTypeLogic. delete(String key)AnyTypeTOAnyTypeLogic. read(String key)protected AnyTypeTOAnyTypeLogic. resolveReference(Method method, Object... args)Methods in org.apache.syncope.core.logic that return types with arguments of type AnyTypeTO Modifier and Type Method Description List<AnyTypeTO>AnyTypeLogic. list()Methods in org.apache.syncope.core.logic with parameters of type AnyTypeTO Modifier and Type Method Description AnyTypeTOAnyTypeLogic. create(AnyTypeTO anyTypeTO)voidAnyTypeLogic. update(AnyTypeTO anyTypeTO) -
Uses of AnyTypeTO in org.apache.syncope.core.provisioning.api.data
Methods in org.apache.syncope.core.provisioning.api.data that return AnyTypeTO Modifier and Type Method Description AnyTypeTOAnyTypeDataBinder. delete(AnyType anyType)AnyTypeTOAnyTypeDataBinder. getAnyTypeTO(AnyType anyType)Methods in org.apache.syncope.core.provisioning.api.data with parameters of type AnyTypeTO Modifier and Type Method Description AnyTypeAnyTypeDataBinder. create(AnyTypeTO anyTypeTO)voidAnyTypeDataBinder. update(AnyType anyType, AnyTypeTO anyTypeTO) -
Uses of AnyTypeTO in org.apache.syncope.core.provisioning.java.data
Methods in org.apache.syncope.core.provisioning.java.data that return AnyTypeTO Modifier and Type Method Description AnyTypeTOAnyTypeDataBinderImpl. delete(AnyType anyType)AnyTypeTOAnyTypeDataBinderImpl. getAnyTypeTO(AnyType anyType)Methods in org.apache.syncope.core.provisioning.java.data with parameters of type AnyTypeTO Modifier and Type Method Description AnyTypeAnyTypeDataBinderImpl. create(AnyTypeTO anyTypeTO)voidAnyTypeDataBinderImpl. update(AnyType anyType, AnyTypeTO anyTypeTO) -
Uses of AnyTypeTO in org.apache.syncope.core.rest.cxf.service
Methods in org.apache.syncope.core.rest.cxf.service that return AnyTypeTO Modifier and Type Method Description AnyTypeTOAnyTypeServiceImpl. read(String key)Methods in org.apache.syncope.core.rest.cxf.service that return types with arguments of type AnyTypeTO Modifier and Type Method Description List<AnyTypeTO>AnyTypeServiceImpl. list()Methods in org.apache.syncope.core.rest.cxf.service with parameters of type AnyTypeTO Modifier and Type Method Description javax.ws.rs.core.ResponseAnyTypeServiceImpl. create(AnyTypeTO anyTypeTO)voidAnyTypeServiceImpl. update(AnyTypeTO anyTypeTO)
-