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 ObjectClassInfoBuilder
ObjectClassInfoBuilder. addAllAttributeInfo(Collection<AttributeInfo> c)
Add to theObjectClassInfo
that is being built eachAttributeInfo
in the specified collection.ObjectClassInfoBuilder
ObjectClassInfoBuilder. addAttributeInfo(AttributeInfo info)
Add the specifiedAttributeInfo
object to theObjectClassInfo
that is being built.ObjectClassInfoBuilder
ObjectClassInfoBuilder. setEmbedded(boolean embedded)
ObjectClassInfoBuilder
ObjectClassInfoBuilder. setType(String type)
Sets the specifiedtype
for theObjectClassInfo
object that is being built.
-