Uses of Class
org.apache.syncope.common.lib.to.AnyTO
-
Packages that use AnyTO Package Description org.apache.syncope.common.lib org.apache.syncope.common.lib.search org.apache.syncope.common.lib.to org.apache.syncope.common.lib.types -
-
Uses of AnyTO in org.apache.syncope.common.lib
Methods in org.apache.syncope.common.lib with type parameters of type AnyTO Modifier and Type Method Description static <TO extends AnyTO,P extends AnyUR>
PAnyOperations. diff(TO updated, TO original, boolean incremental)static <A extends AnyTO,C extends AnyCR>
voidEntityTOUtils. toAnyCR(A anyTO, C anyCR)static <C extends AnyCR,A extends AnyTO>
voidEntityTOUtils. toAnyTO(C anyCR, A anyTO)Methods in org.apache.syncope.common.lib that return AnyTO Modifier and Type Method Description static AnyTOAnyOperations. patch(AnyTO anyTO, AnyUR anyUR)Methods in org.apache.syncope.common.lib with parameters of type AnyTO Modifier and Type Method Description static voidAnyOperations. cleanEmptyAttrs(AnyTO anyTO, AnyUR anyUR)Add PLAIN attribute DELETE patch for those attributes of the input AnyTO without values or containing null valuestatic AnyTOAnyOperations. patch(AnyTO anyTO, AnyUR anyUR) -
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 Modifier and Type Method Description static Map<String,AttrSchemaType>SearchableFields. get(Class<? extends AnyTO> anyRef) -
Uses of AnyTO in org.apache.syncope.common.lib.to
Subclasses of AnyTO in org.apache.syncope.common.lib.to Modifier and Type Class Description classAnyObjectTOclassGroupTOclassUserTOMethods in org.apache.syncope.common.lib.to that return types with arguments of type AnyTO Modifier and Type Method Description Map<String,AnyTO>PullTaskTO. getTemplates()Map<String,AnyTO>RealmTO. getTemplates()Map<String,AnyTO>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 AnyTO Modifier and Type Method Description Class<? extends AnyTO>AnyTypeKind. getTOClass()Method parameters in org.apache.syncope.common.lib.types with type arguments of type AnyTO Modifier and Type Method Description static AnyTypeKindAnyTypeKind. fromTOClass(Class<? extends AnyTO> clazz)
-