Uses of Class
dev.getelements.elements.sdk.model.largeobject.AccessPermissions
Packages that use AccessPermissions
Package
Description
-
Uses of AccessPermissions in dev.getelements.elements.dao.mongo.model.largeobject
Methods in dev.getelements.elements.dao.mongo.model.largeobject that return AccessPermissionsMethods in dev.getelements.elements.dao.mongo.model.largeobject with parameters of type AccessPermissionsModifier and TypeMethodDescriptionvoid
MongoLargeObject.setAccessPermissions
(AccessPermissions accessPermissions) -
Uses of AccessPermissions in dev.getelements.elements.dao.mongo.test
Methods in dev.getelements.elements.dao.mongo.test that return AccessPermissionsModifier and TypeMethodDescriptionLargeObjectTestFactory.notWildcardReadAccess()
LargeObjectTestFactory.wildcardAccess()
Methods in dev.getelements.elements.dao.mongo.test with parameters of type AccessPermissionsModifier and TypeMethodDescriptionLargeObjectTestFactory.createDefaultLargeObject
(AccessPermissions accessPermissions) -
Uses of AccessPermissions in dev.getelements.elements.sdk.model.largeobject
Methods in dev.getelements.elements.sdk.model.largeobject that return AccessPermissionsMethods in dev.getelements.elements.sdk.model.largeobject with parameters of type AccessPermissionsModifier and TypeMethodDescriptionvoid
LargeObject.setAccessPermissions
(AccessPermissions accessPermissions) -
Uses of AccessPermissions in dev.getelements.elements.service.largeobject
Methods in dev.getelements.elements.service.largeobject that return AccessPermissionsModifier and TypeMethodDescriptionAccessRequestUtils.createAccessPermissions
(SubjectRequest readRequest, SubjectRequest writeRequest, SubjectRequest deleteRequest) Methods in dev.getelements.elements.service.largeobject with parameters of type AccessPermissionsModifier and TypeMethodDescriptionboolean
AccessPermissionsUtils.hasDeleteAccess
(AccessPermissions accessPermissions) boolean
AccessPermissionsUtils.hasReadAccess
(AccessPermissions accessPermissions) boolean
AccessPermissionsUtils.hasWriteAccess
(AccessPermissions accessPermissions)