Interface EntryActionChangeRelatedDocumentStateMetadata
- All Superinterfaces:
LifecycleEntryActionMetadata
Provides details for a Change related document lifecycle state entry action.
-
Method Summary
Modifier and TypeMethodDescriptionRetrieves the API name of the document relationship.booleanRetrieves the status of the skip state change if document version is not found flag.Retrieves the target state type.Methods inherited from interface com.veeva.vault.sdk.api.lifecycle.LifecycleEntryActionMetadata
getType, getTypedLifecycleEntryActionMetadata
-
Method Details
-
getDocumentRelationship
String getDocumentRelationship()Retrieves the API name of the document relationship.- Returns:
- the API name of the document relationship
-
getStateType
String getStateType()Retrieves the target state type.- Returns:
- the target state type
-
getIsStateChangeSkipped
boolean getIsStateChangeSkipped()Retrieves the status of the skip state change if document version is not found flag.- Returns:
- the status of the skip state change if document version is not found flag
-