Interface ObjectLifecycleStateEntryCriteriaMetadataResponse
public interface ObjectLifecycleStateEntryCriteriaMetadataResponse
Represents the response from a request to retrieve object lifecycle entry criteria rule metadata.
It contains a collection of all entry criteria rules configured on the requested object lifecycle state.
-
Method Summary
Modifier and TypeMethodDescriptiongetRules()Given the object lifecycle and state name, retrieves the entry criteria in the form of a list ofObjectLifecycleStateEntryCriteriaRuleMetadata.
-
Method Details
-
getRules
List<ObjectLifecycleStateEntryCriteriaRuleMetadata> getRules()Given the object lifecycle and state name, retrieves the entry criteria in the form of a list ofObjectLifecycleStateEntryCriteriaRuleMetadata. This value is never null.- Returns:
- a
ListofObjectLifecycleStateEntryCriteriaRuleMetadataor an empty list if there is no entry criterion configured on the requested state
-