Uses of Class
com.vidispine.generated.MetadataFieldAccessControlType
-
Uses of MetadataFieldAccessControlType in com.vidispine.generated
Fields in com.vidispine.generated with type parameters of type MetadataFieldAccessControlTypeModifier and TypeFieldDescriptionprotected List<MetadataFieldAccessControlType>MetadataFieldAccessControlListType.accessprotected List<MetadataFieldAccessControlType>MetadataFieldGroupType.accessprotected List<MetadataFieldAccessControlType>MetadataFieldListType.accessMethods in com.vidispine.generated that return MetadataFieldAccessControlTypeModifier and TypeMethodDescriptionObjectFactory.createMetadataFieldAccessControlType()Create an instance ofMetadataFieldAccessControlTypeMetadataFieldAccessControlType.visit(com.kscs.util.jaxb.PropertyVisitor _visitor_) Sets the value of the field property.MetadataFieldAccessControlType.withFieldGroup(String value) Sets the value of the fieldGroup property.Sets the value of the group property.Sets the value of the id property.MetadataFieldAccessControlType.withPermission(String value) Sets the value of the permission property.Sets the value of the user property.Methods in com.vidispine.generated that return types with arguments of type MetadataFieldAccessControlTypeModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<MetadataFieldAccessControlType>ObjectFactory.createMetadataFieldAccessControlDocument(MetadataFieldAccessControlType value) MetadataFieldAccessControlListType.getAccess()Gets the value of the access property.MetadataFieldGroupType.getAccess()Gets the value of the access property.MetadataFieldListType.getAccess()Gets the value of the access property.Methods in com.vidispine.generated with parameters of type MetadataFieldAccessControlTypeModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<MetadataFieldAccessControlType>ObjectFactory.createMetadataFieldAccessControlDocument(MetadataFieldAccessControlType value) MetadataFieldAccessControlListType.withAccess(MetadataFieldAccessControlType... values) Adds objects to the list of Access using add methodMetadataFieldGroupType.withAccess(MetadataFieldAccessControlType... values) Adds objects to the list of Access using add methodMetadataFieldListType.withAccess(MetadataFieldAccessControlType... values) Adds objects to the list of Access using add methodMethod parameters in com.vidispine.generated with type arguments of type MetadataFieldAccessControlTypeModifier and TypeMethodDescriptionMetadataFieldAccessControlListType.withAccess(Collection<MetadataFieldAccessControlType> values) Adds objects to the list of Access using addAll methodMetadataFieldGroupType.withAccess(Collection<MetadataFieldAccessControlType> values) Adds objects to the list of Access using addAll methodMetadataFieldListType.withAccess(Collection<MetadataFieldAccessControlType> values) Adds objects to the list of Access using addAll method