gcgetmemberships should allow calls by folder or scope

XMLWordPrintable

    • Type: Improvement
    • Resolution: Unresolved
    • Priority: Minor
    • None
    • Affects Version/s: None
    • Component/s: grouperClient, WS
    • None

      /**
       * validate this call
       */
       private void validate() {
       if (GrouperClientUtils.length(this.groupNames) == 0
       && GrouperClientUtils.length(this.groupUuids) == 0
       && GrouperClientUtils.length(this.membershipIds) == 0
       && GrouperClientUtils.length(this.wsSubjectLookups) == 0) {
       throw new RuntimeException("Group name or uuid or subject lookup or membership id is required: " + this);
       }
       }
      

            Assignee:
            Chris Hyzer (upenn.edu)
            Reporter:
            Chris Hyzer (upenn.edu)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: