Interface AdministrationBuilder<F extends java.lang.Enum<F>,​G extends java.lang.Enum<G>>

    • Method Detail

      • administerManagedObject

        void administerManagedObject​(java.lang.String scopeManagedObjectName)
        Flags for the Administration to administer the referenced ManagedObject. This may be called more than once to register more than one ManagedObject to be administered by this Administration.
        Parameters:
        scopeManagedObjectName - Name of the ManagedObject within the scope this Administration is being added.
      • linkGovernance

        void linkGovernance​(G key,
                            java.lang.String governanceName)
        Links a Governance.
        Parameters:
        key - Key to identify the Governance.
        governanceName - Name of the Governance.
      • linkGovernance

        void linkGovernance​(int governanceIndex,
                            java.lang.String governanceName)
        Links a Governance.
        Parameters:
        governanceIndex - Index to identify the Governance.
        governanceName - Name of the Governance.
      • setAsynchronousFlowTimeout

        void setAsynchronousFlowTimeout​(long timeout)
        Specifies the timeout to for AsynchronousFlow instances for this Administration.
        Parameters:
        timeout - Timeout.