public class Creator extends AbstractProducerRole
| In DDMS | 2.0 | 3.0 | 3.1 | 4.0.1/4.1 | 5.0 |
| History |
|---|
| None. |
| Nested Elements | |||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
| Attributes | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
| Validation Rules | |||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
| Modifier and Type | Class and Description |
|---|---|
static class |
Creator.Builder
Builder for this DDMS component.
|
OUTPUT_TEMPLATES| Constructor and Description |
|---|
Creator(nu.xom.Element element)
Constructor for creating a component from a XOM Element
|
Creator(IRoleEntity entity,
List<String> pocTypes,
SecurityAttributes securityAttributes)
Constructor which builds from raw data.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj)
Test for logical equality.
|
static String |
getName(DDMSVersion version)
Accessor for the element name of this component, based on the version of DDMS used
|
protected void |
validate()
Base case for validation.
|
getEntity, getHTMLTextOutput, getJSONObject, getNestedComponents, getPocTypes, getSecurityAttributes, hashCodeaddDdms40Warning, addJson, addJson, addJson, addJson, addWarning, addWarnings, buildHTMLTextOutput, buildHTMLTextOutput, buildIndex, buildPrefix, getAttributeValue, getAttributeValue, getChild, getChildTextAsDouble, getDDMSVersion, getLocatorSuffix, getName, getNamespace, getPrefix, getQualifiedName, getValidationWarnings, getXOMElement, getXOMElementCopy, requireAtLeastVersion, requireAtMostVersion, setXOMElement, toHTML, toJSON, toString, toText, toXML, validateWarningspublic Creator(nu.xom.Element element)
throws InvalidDDMSException
element - the XOM element representing thisInvalidDDMSException - if any required information is missing or malformedpublic Creator(IRoleEntity entity, List<String> pocTypes, SecurityAttributes securityAttributes) throws InvalidDDMSException
entity - the actual entity fulfilling this rolepocTypes - the ISM pocType for this producersecurityAttributes - any security attributesInvalidDDMSExceptionprotected void validate()
throws InvalidDDMSException
AbstractBaseComponentvalidate in class AbstractProducerRoleInvalidDDMSExceptionAbstractProducerRole.validate()public boolean equals(Object obj)
AbstractBaseComponentThe base case tests against the name value and namespaceURI, as well as any child components classified as "nested components" and any security attributes. Extending classes may require additional rules for equality. This case automatically includes any nested components or security attributes.
equals in class AbstractProducerRoleObject.equals(Object)public static String getName(DDMSVersion version)
version - the DDMSVersionCopyright 2010 - 2019 by Brian Uri!
Generated on 09/15/2016 12:36 PM
https://ddmsence.urizone.net/