Uses of Class
org.identityconnectors.framework.common.objects.ObjectClassInfoBuilder
-
Packages that use ObjectClassInfoBuilder Package Description org.identityconnectors.framework.common.objects -
-
Uses of ObjectClassInfoBuilder in org.identityconnectors.framework.common.objects
Methods in org.identityconnectors.framework.common.objects that return ObjectClassInfoBuilder Modifier and Type Method Description ObjectClassInfoBuilderObjectClassInfoBuilder. addAllAttributeInfo(Collection<AttributeInfo> c)Add to theObjectClassInfothat is being built eachAttributeInfoin the specified collection.ObjectClassInfoBuilderObjectClassInfoBuilder. addAttributeInfo(AttributeInfo info)Add the specifiedAttributeInfoobject to theObjectClassInfothat is being built.ObjectClassInfoBuilderObjectClassInfoBuilder. setEmbedded(boolean embedded)ObjectClassInfoBuilderObjectClassInfoBuilder. setType(String type)Sets the specifiedtypefor theObjectClassInfoobject that is being built.
-