|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AttributeInfoBuilder | |
|---|---|
| org.identityconnectors.framework.common.objects | |
| Uses of AttributeInfoBuilder in org.identityconnectors.framework.common.objects |
|---|
| Methods in org.identityconnectors.framework.common.objects that return AttributeInfoBuilder | |
|---|---|
AttributeInfoBuilder |
AttributeInfoBuilder.setCreateable(boolean value)
Determines if the attribute is writable. |
AttributeInfoBuilder |
AttributeInfoBuilder.setFlags(Set<AttributeInfo.Flags> flags)
Sets all of the flags for this builder. |
AttributeInfoBuilder |
AttributeInfoBuilder.setMultiValued(boolean value)
Determines if this attribute supports multivalue. |
AttributeInfoBuilder |
AttributeInfoBuilder.setName(String name)
Sets the unique name of the AttributeInfo object. |
AttributeInfoBuilder |
AttributeInfoBuilder.setReadable(boolean value)
Determines if the attribute is readable. |
AttributeInfoBuilder |
AttributeInfoBuilder.setRequired(boolean value)
Determines if this attribute is required. |
AttributeInfoBuilder |
AttributeInfoBuilder.setReturnedByDefault(boolean value)
|
AttributeInfoBuilder |
AttributeInfoBuilder.setType(Class<?> value)
Please see FrameworkUtil.checkAttributeType(Class) for the
definitive list of supported types. |
AttributeInfoBuilder |
AttributeInfoBuilder.setUpdateable(boolean value)
Determines if this attribute writable during update. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||