Details

    • Type: Improvement
    • Status: Resolved
    • Priority: Major
    • Resolution: Applied
    • Affects Version/s: V1.0
    • Fix Version/s: V1.1
    • Component/s: Domain Model
    • Labels:
      None
    • Proposal:
      Hide

      Change the schema definition so that an empty list is allowed as return value.

      Show
      Change the schema definition so that an empty list is allowed as return value.
    • Resolution:
      Hide

      Change minOccurs from 1 to 0.

      Show
      Change minOccurs from 1 to 0.

      Description

      The method applyACL in the domain model returns the list of effective ACLs after applying this method.

      The current schema definition does not allow an empty list as return value. However this method can result in the situation that the caller no longer has permission to view the ACLs and can not respond with the resulting ACL.

      <xs:element name="applyACLResponse">
      <xs:complexType>
      <xs:sequence>
      <xs:element name="ACL" type="cmism:cmisACLType"
      minOccurs="1" maxOccurs="1" />
      </xs:sequence>
      </xs:complexType>
      </xs:element>

        Attachments

          Activity

            People

            • Assignee:
              fmueller Florian Müller (Inactive)
              Reporter:
              jhuebel Jens Hübel (Inactive)
            • Watchers:
              0 Start watching this issue

              Dates

              • Created:
                Updated:
                Resolved: