Uses of Interface
io.adminshell.aas.v3.model.ObjectAttributes
-
Packages that use ObjectAttributes Package Description io.adminshell.aas.v3.model io.adminshell.aas.v3.model.builder io.adminshell.aas.v3.model.impl -
-
Uses of ObjectAttributes in io.adminshell.aas.v3.model
Methods in io.adminshell.aas.v3.model that return ObjectAttributes Modifier and Type Method Description ObjectAttributesPermissionsPerObject. getTargetObjectAttributes()Target object attributes that need to be fulfilled so that the access permissions apply to the accessing subject.Methods in io.adminshell.aas.v3.model with parameters of type ObjectAttributes Modifier and Type Method Description voidPermissionsPerObject. setTargetObjectAttributes(ObjectAttributes targetObjectAttributes)Target object attributes that need to be fulfilled so that the access permissions apply to the accessing subject. -
Uses of ObjectAttributes in io.adminshell.aas.v3.model.builder
Classes in io.adminshell.aas.v3.model.builder with type parameters of type ObjectAttributes Modifier and Type Class Description classObjectAttributesBuilder<T extends ObjectAttributes,B extends ObjectAttributesBuilder<T,B>>Methods in io.adminshell.aas.v3.model.builder with parameters of type ObjectAttributes Modifier and Type Method Description BPermissionsPerObjectBuilder. targetObjectAttributes(ObjectAttributes targetObjectAttributes)This function allows setting a value for targetObjectAttributes -
Uses of ObjectAttributes in io.adminshell.aas.v3.model.impl
Classes in io.adminshell.aas.v3.model.impl that implement ObjectAttributes Modifier and Type Class Description classDefaultObjectAttributesDefault implementation of package io.adminshell.aas.v3.model.ObjectAttributes A set of data elements that describe object attributes.Fields in io.adminshell.aas.v3.model.impl declared as ObjectAttributes Modifier and Type Field Description protected ObjectAttributesDefaultPermissionsPerObject. targetObjectAttributesMethods in io.adminshell.aas.v3.model.impl that return ObjectAttributes Modifier and Type Method Description ObjectAttributesDefaultPermissionsPerObject. getTargetObjectAttributes()Methods in io.adminshell.aas.v3.model.impl with parameters of type ObjectAttributes Modifier and Type Method Description voidDefaultPermissionsPerObject. setTargetObjectAttributes(ObjectAttributes targetObjectAttributes)
-