Class Policy

  • All Implemented Interfaces:
    IPolicy

    public class Policy
    extends java.lang.Object
    implements IPolicy
    • Constructor Summary

      Constructors 
      Constructor Description
      Policy()  
      Policy​(java.util.List<IContextObject> menuContext, java.lang.String selectionLabel)
      Determine whether to show this query: Global context (no selection or heap available) any context arg - disallow Local context context arg doesn't match available context - disallow no context arg and no heap arg - disallow (no point in operating on a selection)
    • Constructor Detail

      • Policy

        public Policy​(java.util.List<IContextObject> menuContext,
                      java.lang.String selectionLabel)
        Determine whether to show this query: Global context (no selection or heap available) any context arg - disallow Local context context arg doesn't match available context - disallow no context arg and no heap arg - disallow (no point in operating on a selection)
        Parameters:
        menuContext -
        selectionLabel -
      • Policy

        public Policy()