All Superinterfaces:
GovernanceArtifact
All Known Implementing Classes:
PolicyImpl

public interface Policy extends GovernanceArtifact
  • Method Details

    • getPolicyContent

      String getPolicyContent()
      Method to obtain the policy element of this policy artifact.
      Returns:
      the policy element.
    • setPolicyContent

      void setPolicyContent(String policyContent)
      Method to set the policy element of this policy artifact.
      Parameters:
      policyContent - the policy element.