Interface AclModificationUpdate


@Immutable public interface AclModificationUpdate
The acl modification update.
Author:
Christian Bremer
  • Method Summary

    Modifier and Type
    Method
    Description
    static org.bremersee.acl.spring.data.mongodb.ImmutableAclModificationUpdate.Builder
    Creates acl modification update builder.
    org.springframework.data.mongodb.core.query.Update
    Gets final update.
    Collection<org.springframework.data.mongodb.core.query.Update>
    Gets preparation updates.
    default Collection<org.springframework.data.mongodb.core.query.Update>
    Gets updates.
  • Method Details

    • builder

      static org.bremersee.acl.spring.data.mongodb.ImmutableAclModificationUpdate.Builder builder()
      Creates acl modification update builder.
      Returns:
      the acl modification update builder
    • getPreparationUpdates

      Collection<org.springframework.data.mongodb.core.query.Update> getPreparationUpdates()
      Gets preparation updates.
      Returns:
      the preparation updates
    • getFinalUpdate

      org.springframework.data.mongodb.core.query.Update getFinalUpdate()
      Gets final update.
      Returns:
      the final update
    • getUpdates

      @Derived default Collection<org.springframework.data.mongodb.core.query.Update> getUpdates()
      Gets updates.
      Returns:
      the updates