Interface ObjectLifecycleRoleMetadata
public interface ObjectLifecycleRoleMetadata
Provides methods to retrieve metadata fields for a specific object lifecycle role.
-
Method Summary
-
Method Details
-
getName
String getName()Retrieves the name of this object lifecycle.- Returns:
- the non-null object lifecycle role name. For example,
checklist_lifecycle__sys
.
-
isActive
boolean isActive()Retrieves the active status of this object lifecycle role.- Returns:
- true if the object lifecycle role is active, otherwise false
-
getRole
Role getRole()Retrieves the application role associated with this object lifecycle role.- Returns:
- the associated application role as an instance of
Role
-