public interface ObjectDocumentReferenceFieldMetadata extends ObjectFieldMetadata
ObjectFieldMetadata
Modifier and Type | Method and Description |
---|---|
boolean |
allowInlineCreate()
Retrieves whether the document reference field allows inline create.
|
String |
getInboundRelationshipLabel()
Retrieves the inbound relationship label of the given document reference field.
|
String |
getInboundRelationshipName()
Retrieves the inbound relationship name of the given document reference field.
|
String |
getOutboundRelationshipName()
Retrieves the outbound relationship name of the given document reference field.
|
String |
getReferencedObjectName()
Retrieves the referenced object name of the given document reference field.
|
String |
getRelationshipCriteria()
Retrieves the relationship criteria of the given document reference field.
|
ObjectReferenceFieldMetadataDeleteType |
getRelationshipDeleteType()
Retrieves the
ObjectReferenceFieldMetadataDeleteType of the given document reference field. |
ObjectDocumentReferenceFieldMetadataVersionType |
getVersionType()
Retrieves the
ObjectDocumentReferenceFieldMetadataVersionType of the given document reference field. |
boolean |
isSecureRelationship()
Retrieves whether the document reference field is a secure relationship.
|
getCreatedByUserId, getCreatedDate, getHelpContent, getLabel, getModifiedByUserId, getModifiedDate, getName, getObjectFieldMetadataType, getObjectName, getOrder, getSourceType, getTypedObjectFieldMetadata, getValueType, isActive, isCopyField, isEditable, isEncrypted, isFacetable, isListColumn, isRequired, isUnique
String getInboundRelationshipLabel()
String getInboundRelationshipName()
String getOutboundRelationshipName()
String getRelationshipCriteria()
ObjectReferenceFieldMetadataDeleteType getRelationshipDeleteType()
ObjectReferenceFieldMetadataDeleteType
of the given document reference field.ObjectReferenceFieldMetadataDeleteType
type of the given field if it exists,
otherwise null.
For example, ObjectReferenceFieldMetadataDeleteType.BLOCK
.String getReferencedObjectName()
boolean allowInlineCreate()
boolean isSecureRelationship()
ObjectDocumentReferenceFieldMetadataVersionType getVersionType()
ObjectDocumentReferenceFieldMetadataVersionType
of the given document reference field.ObjectDocumentReferenceFieldMetadataVersionType
of the field. For example,
ObjectDocumentReferenceFieldMetadataVersionType.LATEST_VERSION
.Copyright © Veeva Systems 2017–2023. All rights reserved.