Uses of Class
de.uni_trier.wi2.procake.utils.exception.NoSuchAttributeException
-
-
Uses of NoSuchAttributeException in de.uni_trier.wi2.procake.data.io.xml.xerces_saxImpl
Methods in de.uni_trier.wi2.procake.data.io.xml.xerces_saxImpl that throw NoSuchAttributeException Modifier and Type Method Description DataObjectObjectHandler. createNewObject(String className, String attributeName)Creates a new CAKEI-dataobject with the given classname OR based on the type of the given attribute.DataObjectObjectHandler. createNewObject(Attributes attributes)Creates a new CAKEI-dataobject with the given SAX-parser Tag-attributesprotected voidNESTGraphHandler. endElementProperty()endElementProperty.protected voidObjectHandler. endElementProperty()endElementProperty.protected voidObjectHandler. startElementAtomic(Attributes attributes)startElementAtomic.protected voidObjectHandler. startElementAtomicAttribute(Attributes attributes)startElementAtomicAttribute.protected voidObjectHandler. startElementByteArrayContent(Attributes attributes)startElementByteArrayContent.protected voidObjectHandler. startElementObjectAttribute(Attributes attributes)startElementObjectAttribute.protected voidObjectHandler. startElementVoidAttribute(Attributes attributes)startElementVoidAttribute.protected voidNESTAbstractWorkflowHandler. startNodeElement(Attributes attributes)startNodeElement.protected voidNESTGraphHandler. startNodeElement(Attributes attributes)startNodeElement.protected voidNESTWorkflowHandler. startNodeElement(Attributes attributes)startNodeElement. -
Uses of NoSuchAttributeException in de.uni_trier.wi2.procake.data.model.base
Methods in de.uni_trier.wi2.procake.data.model.base that throw NoSuchAttributeException Modifier and Type Method Description voidAggregateClass. addAttributeProperty(String attributeName, String propertyName, String propertyValue)Sets a new property value or overwrites an existing one for the given attribute with the valuepropertyValue.StringAggregateClass. getAttributeProperty(String attributeName, String propertyName)Gets the value of the given property name for the given attribute.String[]AggregateClass. getAttributePropertyNames(String attributeName)To receive all properties of an attribute that are set use this method.StringAggregateClass. removeAttributeProperty(String attributeName, String propertyName)A property for a given attribute can be removed by setting anullproperty value or by using this method. -
Uses of NoSuchAttributeException in de.uni_trier.wi2.procake.data.model.base.impl
Methods in de.uni_trier.wi2.procake.data.model.base.impl that throw NoSuchAttributeException Modifier and Type Method Description voidAggregateClassImpl. addAttributeProperty(String attributeName, PropertyTreeNode newNode)addAttributeProperty.voidAggregateClassImpl. addAttributeProperty(String attributeName, String propertyName, String propertyValue)Sets a new property value or overwrites an existing one for the given attribute with the valuepropertyValue.StringAggregateClassImpl. getAttributeProperty(String attributeName, String propertyName)Gets the value of the given property name for the given attribute.String[]AggregateClassImpl. getAttributePropertyNames(String attributeName)To receive all properties of an attribute that are set use this method.StringAggregateClassImpl. removeAttributeProperty(String attributeName, String propertyName)A property for a given attribute can be removed by setting anullproperty value or by using this method. -
Uses of NoSuchAttributeException in de.uni_trier.wi2.procake.data.object.base
Methods in de.uni_trier.wi2.procake.data.object.base that throw NoSuchAttributeException Modifier and Type Method Description DataClassAggregateObject. resolveAttributeClass(AttributePath path)DataObjectAggregateObject. resolveAttributeValue(AttributePath path)voidAggregateObject. setAttributeValue(String name, DataObject value)Sets a value for the given attribute. -
Uses of NoSuchAttributeException in de.uni_trier.wi2.procake.data.object.base.impl
Methods in de.uni_trier.wi2.procake.data.object.base.impl that throw NoSuchAttributeException Modifier and Type Method Description DataClassAggregateObjectImpl. resolveAttributeClass(AttributePath path)DataObjectAggregateObjectImpl. resolveAttributeValue(AttributePath path)voidAggregateObjectImpl. setAttributeValue(String attributeName, DataObject value) -
Uses of NoSuchAttributeException in de.uni_trier.wi2.procake.data.object.nest
Methods in de.uni_trier.wi2.procake.data.object.nest that throw NoSuchAttributeException Modifier and Type Method Description BooleanNESTGraphItemObject. getSemanticDescriptorBooleanValue(String attribute)Returns the boolean value of the attribute from the semantic descriptor of this node.StringNESTGraphItemObject. getSemanticDescriptorStringValue(String attribute)Returns the string value of the attribute from the semantic descriptor of this node.DataObjectNESTGraphItemObject. getSemanticDescriptorValue(String attribute)Returns the data object of the attribute from the semantic descriptor of this node.voidNESTGraphItemObject. setSemanticDescriptorBooleanValue(String attribute, boolean value)Set the boolean value of the attribute from the semantic descriptor of this node.voidNESTGraphItemObject. setSemanticDescriptorStringValue(String attribute, String value)Set the string value of the attribute from the semantic descriptor of this node.voidNESTGraphItemObject. setSemanticDescriptorValue(String attribute, DataObject value)Set the data object of the attribute from the semantic descriptor of this node. -
Uses of NoSuchAttributeException in de.uni_trier.wi2.procake.data.object.nest.impl
Methods in de.uni_trier.wi2.procake.data.object.nest.impl that throw NoSuchAttributeException Modifier and Type Method Description BooleanNESTGraphItemObjectImpl. getSemanticDescriptorBooleanValue(String attribute)StringNESTGraphItemObjectImpl. getSemanticDescriptorStringValue(String attribute)DataObjectNESTGraphItemObjectImpl. getSemanticDescriptorValue(String attribute)voidNESTGraphItemObjectImpl. setSemanticDescriptorBooleanValue(String attribute, boolean value)voidNESTGraphItemObjectImpl. setSemanticDescriptorStringValue(String attribute, String value)voidNESTGraphItemObjectImpl. setSemanticDescriptorValue(String attribute, DataObject value)
-