Interface AclModificationUpdate
@Immutable
public interface AclModificationUpdate
The acl modification update.
- Author:
- Christian Bremer
-
Method Summary
Modifier and TypeMethodDescriptionstatic org.bremersee.acl.spring.data.mongodb.ImmutableAclModificationUpdate.Builderbuilder()Creates acl modification update builder.org.springframework.data.mongodb.core.query.UpdateGets 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
Gets updates.- Returns:
- the updates
-