Uses of Record Class
org.alfresco.hxi_connector.live_ingester.adapters.messaging.repository.util.AuthorityInfo
Packages that use AuthorityInfo
Package
Description
-
Uses of AuthorityInfo in org.alfresco.hxi_connector.live_ingester.adapters.messaging.repository.mapper.property
Methods in org.alfresco.hxi_connector.live_ingester.adapters.messaging.repository.mapper.property that return types with arguments of type AuthorityInfoModifier and TypeMethodDescriptionstatic List<AuthorityInfo>PropertyMappingHelper.convertToAuthorityInfoList(Collection<String> authorities, AuthorityTypeResolver authorityTypeResolver) -
Uses of AuthorityInfo in org.alfresco.hxi_connector.live_ingester.domain.ports.ingestion_engine
Methods in org.alfresco.hxi_connector.live_ingester.domain.ports.ingestion_engine that return types with arguments of type AuthorityInfoModifier and TypeMethodDescriptionPermissionsProperty.allowAccess()Returns the value of theallowAccessrecord component.PermissionsProperty.denyAccess()Returns the value of thedenyAccessrecord component.Constructor parameters in org.alfresco.hxi_connector.live_ingester.domain.ports.ingestion_engine with type arguments of type AuthorityInfoModifierConstructorDescriptionPermissionsProperty(String propertyName, List<AuthorityInfo> allowAccess, List<AuthorityInfo> denyAccess) Creates an instance of aPermissionsPropertyrecord class. -
Uses of AuthorityInfo in org.alfresco.hxi_connector.live_ingester.domain.usecase.metadata.model
Method parameters in org.alfresco.hxi_connector.live_ingester.domain.usecase.metadata.model with type arguments of type AuthorityInfoModifier and TypeMethodDescriptionstatic PermissionsMetadataUpdatedPropertyDelta.permissionsMetadataUpdated(String key, List<AuthorityInfo> allowAccess, List<AuthorityInfo> denyAccess) -
Uses of AuthorityInfo in org.alfresco.hxi_connector.live_ingester.domain.usecase.metadata.model.property
Methods in org.alfresco.hxi_connector.live_ingester.domain.usecase.metadata.model.property that return types with arguments of type AuthorityInfoModifier and TypeMethodDescriptionPermissionsMetadataUpdated.getAllowAccess()PermissionsMetadataUpdated.getDenyAccess()Method parameters in org.alfresco.hxi_connector.live_ingester.domain.usecase.metadata.model.property with type arguments of type AuthorityInfoModifier and TypeMethodDescriptionPermissionsMetadataUpdated.PermissionsMetadataUpdatedBuilder.deny(List<AuthorityInfo> denyAccess) PermissionsMetadataUpdated.PermissionsMetadataUpdatedBuilder.read(List<AuthorityInfo> allowAccess) Constructor parameters in org.alfresco.hxi_connector.live_ingester.domain.usecase.metadata.model.property with type arguments of type AuthorityInfoModifierConstructorDescriptionPermissionsMetadataUpdated(String propertyName, List<AuthorityInfo> allowAccess, List<AuthorityInfo> denyAccess)