Uses of Class
com.emc.documentum.rest.dfc.TypeParameter
Packages that use TypeParameter
-
Uses of TypeParameter in com.emc.documentum.rest.dfc
Methods in com.emc.documentum.rest.dfc that return TypeParameterModifier and TypeMethodDescriptionTypeParameter.convertType
(boolean convertType) Set whether convert the type attributes' data type.Set the scope config name and the display config name, which are used to filter the attributes defined in the display config only.TypeParameter.includeAll
(boolean includeAll) Set whether include all info.TypeParameter.includeAuditableEvents
(boolean includeAuditableEvents) Set whether include the auditable system and application events.TypeParameter.includeBasicAttrInfo
(boolean includeBasicAttrInfo) Set whether include basic attribute info for the type, such as attribute name, data type, repeating...TypeParameter.includeDisplayConfigs
(boolean includeDisplayConfigs) Set whether include display config info.TypeParameter.includeLifecycle
(boolean includeLifecycle) Set whether include the lifecycle based type and attribute info.TypeParameter.includeMappingTables
(boolean includeMappingTables) Set whether include mapping table info for the type and the attributes For the type mapping table, valid only when includeMoreDDTypeInfo is true For the attributes mapping table, valid only when includeBasicAttrInfo and includeMoreDDAttrInfo are true The default value is falseTypeParameter.includeMoreDDAttrInfo
(boolean includeMoreDDAttrInfo) Set whether include more data dictionary info for the attribute, such as label, default value, is hidden, is readonly, is required...TypeParameter.includeMoreDDTypeInfo
(boolean includeMoreDDTypeInfo) Set whether include more data dictionary info for the type, such as type label, default lifecycle.TypeParameter.includeVA
(boolean includeVA) Set whether include the value assistance info.TypeParameter.includeValueConstraints
(boolean includeValueConstraints) Set whether include value constraints info for the type and the attributes For the type value constraints, valid only when includeMoreDDTypeInfo is true For the attributes value constraints, valid only when includeBasicAttrInfo and includeMoreDDAttrInfo are true The default value is falseTypeParameter.inherited
(boolean inherited) Set whether get the inherited attributes of the type.Set the locale info.TypeParameter.requestDigest
(String requestDigest) TypeParameter.session
(com.documentum.fc.client.IDfSession session) Set the session used by retrieve the type info.Methods in com.emc.documentum.rest.dfc with parameters of type TypeParameterModifier and TypeMethodDescriptionTypeManager.getTypeDefinition
(com.documentum.fc.client.IDfTypedObject dfType, TypeParameter typeParameter) get the type definition by the query result against the dm_type only only basic attribute can be included, all other DD info won't be added no extra query will be executedTypeManager.getTypeDefinition
(String type, TypeParameter typeParameter) get the type definitionConstructors in com.emc.documentum.rest.dfc with parameters of type TypeParameter