A B C D E F G H I L M N O P Q R S T U V W X 

A

AbstractBinaryExpr<L extends AbstractXPathNode,R extends AbstractXPathNode> - Class in org.overlord.sramp.common.query.xpath.ast
Base class for binary expressions.
AbstractBinaryExpr() - Constructor for class org.overlord.sramp.common.query.xpath.ast.AbstractBinaryExpr
Default constructor.
AbstractXmlDeriver - Class in org.overlord.sramp.common.derived
Base class for all derivers that are based on XML documents.
AbstractXmlDeriver() - Constructor for class org.overlord.sramp.common.derived.AbstractXmlDeriver
Constructor.
AbstractXPathNode - Class in org.overlord.sramp.common.query.xpath.ast
Base class for all S-RAMP XPath Query AST models.
AbstractXPathNode() - Constructor for class org.overlord.sramp.common.query.xpath.ast.AbstractXPathNode
Default constructor.
accept(XPathVisitor) - Method in class org.overlord.sramp.common.query.xpath.ast.AbstractXPathNode
Accepts a visitor.
accept(XPathVisitor) - Method in class org.overlord.sramp.common.query.xpath.ast.AndExpr
 
accept(XPathVisitor) - Method in class org.overlord.sramp.common.query.xpath.ast.Argument
 
accept(XPathVisitor) - Method in class org.overlord.sramp.common.query.xpath.ast.ArtifactSet
 
accept(XPathVisitor) - Method in class org.overlord.sramp.common.query.xpath.ast.EqualityExpr
 
accept(XPathVisitor) - Method in class org.overlord.sramp.common.query.xpath.ast.Expr
 
accept(XPathVisitor) - Method in class org.overlord.sramp.common.query.xpath.ast.ForwardPropertyStep
 
accept(XPathVisitor) - Method in class org.overlord.sramp.common.query.xpath.ast.FunctionCall
 
accept(XPathVisitor) - Method in class org.overlord.sramp.common.query.xpath.ast.LocationPath
 
accept(XPathVisitor) - Method in class org.overlord.sramp.common.query.xpath.ast.OrExpr
 
accept(XPathVisitor) - Method in class org.overlord.sramp.common.query.xpath.ast.Predicate
 
accept(XPathVisitor) - Method in class org.overlord.sramp.common.query.xpath.ast.PrimaryExpr
 
accept(XPathVisitor) - Method in class org.overlord.sramp.common.query.xpath.ast.Query
 
accept(XPathVisitor) - Method in class org.overlord.sramp.common.query.xpath.ast.RelationshipPath
 
accept(XPathVisitor) - Method in class org.overlord.sramp.common.query.xpath.ast.SubartifactSet
 
add(BaseArtifactType) - Method in class org.overlord.sramp.common.derived.IndexedArtifactCollection
 
addGenericRelationship(BaseArtifactType, String, String) - Static method in class org.overlord.sramp.common.SrampModelUtils
Adds a new generic Relationship to the artifact.
addMapping(String, String) - Method in class org.overlord.sramp.common.query.xpath.StaticNamespaceContext
Adds a mapping.
addPropertyDirect(String, Object) - Method in class org.overlord.sramp.common.SystemPropertiesConfiguration
 
addToken(String, TokenType) - Method in class org.overlord.sramp.common.query.xpath.TokenStream
Adds a token to the stream.
AndExpr - Class in org.overlord.sramp.common.query.xpath.ast
An X-Path AND expression.
AndExpr() - Constructor for class org.overlord.sramp.common.query.xpath.ast.AndExpr
Default constructor.
areNext(char...) - Method in class org.overlord.sramp.common.query.xpath.CharacterStream
Returns true if the next N characters in the stream are equal to the sequence of characters provided.
Argument - Class in org.overlord.sramp.common.query.xpath.ast
Models an argument (to a function call).
Argument() - Constructor for class org.overlord.sramp.common.query.xpath.ast.Argument
Default constructor.
ARTIFACT_ADD - Static variable in class org.overlord.sramp.common.audit.AuditEntryTypes
 
ARTIFACT_DELETE - Static variable in class org.overlord.sramp.common.audit.AuditEntryTypes
 
ARTIFACT_UPDATE - Static variable in class org.overlord.sramp.common.audit.AuditEntryTypes
 
ArtifactAlreadyExistsException - Exception in org.overlord.sramp.common
Exception thrown when the user attempts add a new artifact with a duplicate UUID.
ArtifactAlreadyExistsException() - Constructor for exception org.overlord.sramp.common.ArtifactAlreadyExistsException
Constructor.
ArtifactAlreadyExistsException(String) - Constructor for exception org.overlord.sramp.common.ArtifactAlreadyExistsException
Constructor.
ArtifactDeriver - Interface in org.overlord.sramp.common.derived
Provides a way to derive artifacts.
ArtifactDeriverFactory - Class in org.overlord.sramp.common.derived
Factory used to create an ArtifactDeriver for a particular type of artifact.
ArtifactDeriverFactory() - Constructor for class org.overlord.sramp.common.derived.ArtifactDeriverFactory
 
ArtifactNotFoundException - Exception in org.overlord.sramp.common
Exception thrown when the user attempts to access an artifact that does not exist.
ArtifactNotFoundException() - Constructor for exception org.overlord.sramp.common.ArtifactNotFoundException
Constructor.
ArtifactNotFoundException(String) - Constructor for exception org.overlord.sramp.common.ArtifactNotFoundException
Constructor.
ArtifactSet - Class in org.overlord.sramp.common.query.xpath.ast
Models the artifact-set portion of an S-RAMP Query.
ArtifactSet() - Constructor for class org.overlord.sramp.common.query.xpath.ast.ArtifactSet
Default constructor.
ArtifactType - Class in org.overlord.sramp.common
A class representing all of the Artifact Types defined by S-RAMP.
ArtifactTypeEnum - Enum in org.overlord.sramp.common
An enum representing all of the Artifact Types defined by S-RAMP.
ArtifactVisitor - Interface in org.overlord.sramp.common.visitors
An interface for visiting an S-RAMP artifact.
ArtifactVisitorAdapter - Class in org.overlord.sramp.common.visitors
A base class for visitors that are only interested in implementing a subset of the methods in the interface.
ArtifactVisitorAdapter() - Constructor for class org.overlord.sramp.common.visitors.ArtifactVisitorAdapter
Default constructor.
ArtifactVisitorHelper - Class in org.overlord.sramp.common.visitors
Helper class used to visit S-RAMP artifacts.
ArtifactVisitorHelper() - Constructor for class org.overlord.sramp.common.visitors.ArtifactVisitorHelper
 
AuditEntryNotFoundException - Exception in org.overlord.sramp.common
Exception thrown when the user attempts to access an audit entry that does not exist.
AuditEntryNotFoundException(String, String) - Constructor for exception org.overlord.sramp.common.AuditEntryNotFoundException
Constructor.
AuditEntryTypes - Class in org.overlord.sramp.common.audit
Some basic built-in audit entry types.
AuditEntryTypes() - Constructor for class org.overlord.sramp.common.audit.AuditEntryTypes
 
AuditItemTypes - Class in org.overlord.sramp.common.audit
Some basic built-in audit item types.
AuditItemTypes() - Constructor for class org.overlord.sramp.common.audit.AuditItemTypes
 
AuditUtils - Class in org.overlord.sramp.common.audit
Some util methods for dealing with audit data structures.
AuditUtils() - Constructor for class org.overlord.sramp.common.audit.AuditUtils
 

B

build() - Method in class org.overlord.sramp.common.query.xpath.TokenStream
Builds the stream for consumption.

C

canConsume(String) - Method in class org.overlord.sramp.common.query.xpath.TokenStream
Attempts to consume a token that matches any of the given token values.
canConsume(String, String) - Method in class org.overlord.sramp.common.query.xpath.TokenStream
Attempts to consume the next two tokens, but only if they match the given token values.
canConsumeAnyOf(String...) - Method in class org.overlord.sramp.common.query.xpath.TokenStream
Attempts to consume a token that matches any of the given token values.
CharacterStream - Class in org.overlord.sramp.common.query.xpath
A stream of character data.
CharacterStream(String) - Constructor for class org.overlord.sramp.common.query.xpath.CharacterStream
Constructor.
configureNamespaceMappings(StaticNamespaceContext) - Method in class org.overlord.sramp.common.derived.AbstractXmlDeriver
Configures the namespace mappings that will be available when executing XPath queries.
configureNamespaceMappings(StaticNamespaceContext) - Method in class org.overlord.sramp.common.derived.PolicyDeriver
 
configureNamespaceMappings(StaticNamespaceContext) - Method in class org.overlord.sramp.common.derived.WsdlDeriver
 
configureNamespaceMappings(StaticNamespaceContext) - Method in class org.overlord.sramp.common.derived.XsdDeriver
 
consume() - Method in class org.overlord.sramp.common.query.xpath.TokenStream
Consume the next token in the stream, and return what it was.
containsKey(String) - Method in class org.overlord.sramp.common.SystemPropertiesConfiguration
 
createArtifactDeriver(ArtifactType) - Static method in class org.overlord.sramp.common.derived.ArtifactDeriverFactory
Creates an artifact deriver for a specific type of artifact.
createArtifactDerivers() - Method in interface org.overlord.sramp.common.derived.DeriverProvider
Creates zero or more ArtifactDeriver instances to be used by the S-RAMP repository when adding extended artifacts to the repository.
createClass(String) - Method in class org.overlord.sramp.common.ontology.SrampOntology
Creates a new class within this ontology.
createDerivedArtifactCollection() - Method in class org.overlord.sramp.common.derived.AbstractXmlDeriver
Sub-classes could provide an alternate collection here.
createDerivedArtifactCollection() - Method in class org.overlord.sramp.common.derived.WsdlDeriver
 

D

DATE_FORMAT - Static variable in class org.overlord.sramp.common.SrampConstants
 
DefaultNamespaceContext - Class in org.overlord.sramp.common.query.xpath
A default namespace context for resolving prefixes to namespaces in an S-RAMP X-Path formatted Query.
DefaultNamespaceContext() - Constructor for class org.overlord.sramp.common.query.xpath.DefaultNamespaceContext
Default constructor.
derive(BaseArtifactType, InputStream) - Method in class org.overlord.sramp.common.derived.AbstractXmlDeriver
 
derive(Collection<BaseArtifactType>, BaseArtifactType, Element, XPath) - Method in class org.overlord.sramp.common.derived.AbstractXmlDeriver
Derives content for the given artifact.
derive(BaseArtifactType, InputStream) - Method in interface org.overlord.sramp.common.derived.ArtifactDeriver
Given an artifact, this method will return a collection of derived content for it.
derive(Collection<BaseArtifactType>, BaseArtifactType, Element, XPath) - Method in class org.overlord.sramp.common.derived.PolicyDeriver
 
derive(Collection<BaseArtifactType>, BaseArtifactType, Element, XPath) - Method in class org.overlord.sramp.common.derived.WsdlDeriver
 
derive(Collection<BaseArtifactType>, BaseArtifactType, Element, XPath) - Method in class org.overlord.sramp.common.derived.XsdDeriver
 
DeriverProvider - Interface in org.overlord.sramp.common.derived
Implement this interface to provide a Deriver that will be used when an artifact of a specific extended type is added to the repository.
Document() - Static method in class org.overlord.sramp.common.ArtifactType
 
Document(String) - Static method in class org.overlord.sramp.common.ArtifactType
 

E

EqualityExpr - Class in org.overlord.sramp.common.query.xpath.ast
Models an equality expression.
EqualityExpr() - Constructor for class org.overlord.sramp.common.query.xpath.ast.EqualityExpr
Default constructor.
EqualityExpr.Operator - Enum in org.overlord.sramp.common.query.xpath.ast
Models the comparison expression's operator.
equals(Object) - Method in class org.overlord.sramp.common.ArtifactType
 
Expr - Class in org.overlord.sramp.common.query.xpath.ast
An X-Path expression.
Expr() - Constructor for class org.overlord.sramp.common.query.xpath.ast.Expr
Default constructor.
ExtendedArtifactType(String, boolean) - Static method in class org.overlord.sramp.common.ArtifactType
 
ExtendedDocument(String) - Static method in class org.overlord.sramp.common.ArtifactType
 

F

findArtifacts(String, String, Map<String, String>) - Method in interface org.overlord.sramp.common.derived.LinkerContext
Finds artifacts of a particular type given specific criteria.
findClass(String) - Method in class org.overlord.sramp.common.ontology.SrampOntology.Class
Recursively finds a class matching the given ID.
findClass(URI) - Method in class org.overlord.sramp.common.ontology.SrampOntology.Class
Recursively finds a class matching the given URI.
findClass(String) - Method in class org.overlord.sramp.common.ontology.SrampOntology
Finds a class by its unique id within the ontology.
findClass(URI) - Method in class org.overlord.sramp.common.ontology.SrampOntology
Finds a class by its unique URI.
ForwardPropertyStep - Class in org.overlord.sramp.common.query.xpath.ast
Models a forward property step.
ForwardPropertyStep() - Constructor for class org.overlord.sramp.common.query.xpath.ast.ForwardPropertyStep
Default constructor.
fromFileExtension(String) - Static method in class org.overlord.sramp.common.ArtifactType
Returns an ArtifactType given a common file extension.
FunctionCall - Class in org.overlord.sramp.common.query.xpath.ast
Models a function call
FunctionCall() - Constructor for class org.overlord.sramp.common.query.xpath.ast.FunctionCall
Default constructor.

G

get(int, int) - Method in class org.overlord.sramp.common.query.xpath.CharacterStream
Gets the token value represented by the given range.
getAllClasses() - Method in class org.overlord.sramp.common.ontology.SrampOntology
 
getAndExpr() - Method in class org.overlord.sramp.common.query.xpath.ast.Expr
 
getApiType() - Method in enum org.overlord.sramp.common.ArtifactTypeEnum
 
getArguments() - Method in class org.overlord.sramp.common.query.xpath.ast.FunctionCall
 
getArtifactModel() - Method in class org.overlord.sramp.common.query.xpath.ast.LocationPath
 
getArtifactSet() - Method in class org.overlord.sramp.common.query.xpath.ast.Query
 
getArtifactType() - Method in class org.overlord.sramp.common.ArtifactType
 
getArtifactType() - Method in class org.overlord.sramp.common.query.xpath.ast.LocationPath
 
getAuditItem(AuditEntry, String) - Static method in class org.overlord.sramp.common.audit.AuditUtils
Gets an audit item of the given type or null if one does not exist.
getAuditPassword() - Method in class org.overlord.sramp.common.Sramp
 
getAuditUser() - Method in class org.overlord.sramp.common.Sramp
 
getBase() - Method in class org.overlord.sramp.common.ontology.SrampOntology
 
getBaseUrl(String) - Method in class org.overlord.sramp.common.Sramp
Gets the base URL of the S-RAMP server.
getChildren() - Method in class org.overlord.sramp.common.ontology.SrampOntology.Class
 
getComment() - Method in class org.overlord.sramp.common.ontology.SrampOntology.Class
 
getComment() - Method in class org.overlord.sramp.common.ontology.SrampOntology
 
getCreatedBy() - Method in class org.overlord.sramp.common.ontology.SrampOntology
 
getCreatedOn() - Method in class org.overlord.sramp.common.ontology.SrampOntology
 
getCustomProperty(BaseArtifactType, String) - Static method in class org.overlord.sramp.common.SrampModelUtils
Gets the value of one of the s-ramp custom properties.
getDefaultPrefix() - Method in class org.overlord.sramp.common.query.xpath.XPathParser
 
getExpr() - Method in class org.overlord.sramp.common.query.xpath.ast.Argument
 
getExpr() - Method in class org.overlord.sramp.common.query.xpath.ast.EqualityExpr
 
getExpr() - Method in class org.overlord.sramp.common.query.xpath.ast.Predicate
 
getExtendedType() - Method in class org.overlord.sramp.common.ArtifactType
 
getFunctionCall() - Method in class org.overlord.sramp.common.query.xpath.ast.SubartifactSet
 
getFunctionName() - Method in class org.overlord.sramp.common.query.xpath.ast.FunctionCall
 
getGenericRelationship(BaseArtifactType, String) - Static method in class org.overlord.sramp.common.SrampModelUtils
Gets the generic relationship from the artifact (by type).
getId() - Method in class org.overlord.sramp.common.ontology.SrampOntology.Class
 
getId() - Method in class org.overlord.sramp.common.ontology.SrampOntology
 
getKeys() - Method in class org.overlord.sramp.common.SystemPropertiesConfiguration
 
getLabel() - Method in class org.overlord.sramp.common.ArtifactType
 
getLabel() - Method in enum org.overlord.sramp.common.ArtifactTypeEnum
 
getLabel() - Method in class org.overlord.sramp.common.ontology.SrampOntology.Class
 
getLabel() - Method in class org.overlord.sramp.common.ontology.SrampOntology
 
getLastModifiedBy() - Method in class org.overlord.sramp.common.ontology.SrampOntology
 
getLastModifiedOn() - Method in class org.overlord.sramp.common.ontology.SrampOntology
 
getLeft() - Method in class org.overlord.sramp.common.query.xpath.ast.AbstractBinaryExpr
 
getLiteral() - Method in class org.overlord.sramp.common.query.xpath.ast.PrimaryExpr
 
getLocationPath() - Method in class org.overlord.sramp.common.query.xpath.ast.ArtifactSet
 
getMimeType() - Method in class org.overlord.sramp.common.ArtifactType
 
getModel() - Method in class org.overlord.sramp.common.ArtifactType
 
getModel() - Method in enum org.overlord.sramp.common.ArtifactTypeEnum
 
getNamespaceContext() - Method in class org.overlord.sramp.common.query.xpath.XPathParser
 
getNamespaceURI(String) - Method in class org.overlord.sramp.common.query.xpath.StaticNamespaceContext
 
getNumber() - Method in class org.overlord.sramp.common.query.xpath.ast.PrimaryExpr
 
getOperator() - Method in class org.overlord.sramp.common.query.xpath.ast.EqualityExpr
 
getOrCreateAuditItem(AuditEntry, String) - Static method in class org.overlord.sramp.common.audit.AuditUtils
Gets an existing audit item or else creates a new one.
getParent() - Method in class org.overlord.sramp.common.ontology.SrampOntology.Class
 
getPredicate() - Method in class org.overlord.sramp.common.query.xpath.ast.Query
 
getPredicate() - Method in class org.overlord.sramp.common.query.xpath.ast.SubartifactSet
 
getPrefix(String) - Method in class org.overlord.sramp.common.query.xpath.StaticNamespaceContext
 
getPrefixes(String) - Method in class org.overlord.sramp.common.query.xpath.StaticNamespaceContext
 
getPrimaryExpr() - Method in class org.overlord.sramp.common.query.xpath.ast.Argument
 
getProperty(String) - Method in class org.overlord.sramp.common.SystemPropertiesConfiguration
 
getPropertyQName() - Method in class org.overlord.sramp.common.query.xpath.ast.ForwardPropertyStep
 
getPropertyQName() - Method in class org.overlord.sramp.common.query.xpath.ast.PrimaryExpr
 
getRelationshipPath() - Method in class org.overlord.sramp.common.query.xpath.ast.SubartifactSet
 
getRelationshipType() - Method in class org.overlord.sramp.common.query.xpath.ast.RelationshipPath
 
getRight() - Method in class org.overlord.sramp.common.query.xpath.ast.AbstractBinaryExpr
 
getRootClasses() - Method in class org.overlord.sramp.common.ontology.SrampOntology
 
getSubartifactSet() - Method in class org.overlord.sramp.common.query.xpath.ast.EqualityExpr
 
getSubartifactSet() - Method in class org.overlord.sramp.common.query.xpath.ast.Query
 
getSubartifactSet() - Method in class org.overlord.sramp.common.query.xpath.ast.SubartifactSet
 
getType() - Method in class org.overlord.sramp.common.ArtifactType
 
getType() - Method in enum org.overlord.sramp.common.ArtifactTypeEnum
 
getType() - Method in class org.overlord.sramp.common.query.xpath.Token
 
getTypeClass() - Method in enum org.overlord.sramp.common.ArtifactTypeEnum
 
getUri() - Method in class org.overlord.sramp.common.ontology.SrampOntology.Class
 
getUuid() - Method in class org.overlord.sramp.common.ontology.SrampOntology
 
getValue() - Method in class org.overlord.sramp.common.query.xpath.Token
 
getXPath() - Method in class org.overlord.sramp.common.query.xpath.visitors.XPathSerializationVisitor
Returns the x-path created by this visitor.

H

hasEnum(String) - Static method in enum org.overlord.sramp.common.ArtifactTypeEnum
Returns true if the given string is one of the valid enum values.
hashCode() - Method in class org.overlord.sramp.common.ArtifactType
 
hasNext() - Method in class org.overlord.sramp.common.query.xpath.CharacterStream
Returns true if there are more characters in the stream.
hasNext() - Method in class org.overlord.sramp.common.query.xpath.TokenStream
Returns true if there are more tokens in the stream.
HierarchicalArtifactVisitorAdapter - Class in org.overlord.sramp.common.visitors
A base class for visitors that are interested in specific sections of the S-RAMP class hierarchy.
HierarchicalArtifactVisitorAdapter() - Constructor for class org.overlord.sramp.common.visitors.HierarchicalArtifactVisitorAdapter
Default constructor.

I

index() - Method in class org.overlord.sramp.common.query.xpath.CharacterStream
Returns the current index into the stream.
IndexedArtifactCollection - Class in org.overlord.sramp.common.derived
A List implementation that also indexes the WSDL related artifacts added to it.
IndexedArtifactCollection() - Constructor for class org.overlord.sramp.common.derived.IndexedArtifactCollection
Constructor.
InvalidArtifactCreationException - Exception in org.overlord.sramp.common
Exception thrown when the user attempts to create an artifact incorrectly (for example trying to directly create a document-style artifact without uploading content).
InvalidArtifactCreationException(String) - Constructor for exception org.overlord.sramp.common.InvalidArtifactCreationException
Constructor.
InvalidClassifiedByException - Exception in org.overlord.sramp.common.ontology
Exception thrown when the user attempts to add a classified-by value to an artifact that has not been defined by an ontology.
InvalidClassifiedByException() - Constructor for exception org.overlord.sramp.common.ontology.InvalidClassifiedByException
Constructor.
InvalidClassifiedByException(String) - Constructor for exception org.overlord.sramp.common.ontology.InvalidClassifiedByException
Constructor.
isAuditingEnabled() - Method in class org.overlord.sramp.common.Sramp
 
isDerived() - Method in class org.overlord.sramp.common.ArtifactType
 
isDerived() - Method in enum org.overlord.sramp.common.ArtifactTypeEnum
Returns true if the artifact type is a derived type.
isDerivedArtifactAuditingEnabled() - Method in class org.overlord.sramp.common.Sramp
 
isDocumentArtifact(BaseArtifactType) - Static method in class org.overlord.sramp.common.SrampModelUtils
Returns true if the artifact is a Document style artifact (has content).
isEmpty() - Method in class org.overlord.sramp.common.SystemPropertiesConfiguration
 
isExtendedDerivedType() - Method in class org.overlord.sramp.common.ArtifactType
 
isExtendedType() - Method in class org.overlord.sramp.common.ArtifactType
 
isNext(String) - Method in class org.overlord.sramp.common.query.xpath.CharacterStream
Returns true if the next character in the stream is any of the characters included in the given string.
isNext(char...) - Method in class org.overlord.sramp.common.query.xpath.CharacterStream
Returns true if the next character in the stream is equal to any of the given characters.
isNextNumeric() - Method in class org.overlord.sramp.common.query.xpath.CharacterStream
Returns true if the next character in the stream is a valid numeric character.
isNextNumericStart() - Method in class org.overlord.sramp.common.query.xpath.CharacterStream
Returns true if the next character in the stream is a valid start character for a numeric.
isNextValidXmlNcNameCharacter() - Method in class org.overlord.sramp.common.query.xpath.CharacterStream
Returns true if the next character in the stream is a valid XML NCName character.
isTextDocumentArtifact(DocumentArtifactType) - Static method in class org.overlord.sramp.common.SrampModelUtils
Returns true if the artifact has text content.

L

link(LinkerContext, BaseArtifactType, Collection<BaseArtifactType>) - Method in interface org.overlord.sramp.common.derived.ArtifactDeriver
This method represents the "linker" phase of deriving artifact content.
link(LinkerContext, BaseArtifactType, Collection<BaseArtifactType>) - Method in class org.overlord.sramp.common.derived.PolicyDeriver
 
link(LinkerContext, BaseArtifactType, Collection<BaseArtifactType>) - Method in class org.overlord.sramp.common.derived.WsdlDeriver
 
link(LinkerContext, BaseArtifactType) - Method in class org.overlord.sramp.common.derived.WsdlLinker
Resolves any missing references found on the given derived artifact.
link(LinkerContext, BaseArtifactType, Collection<BaseArtifactType>) - Method in class org.overlord.sramp.common.derived.XsdDeriver
 
LinkerContext - Interface in org.overlord.sramp.common.derived
The context available to the artifact deriver's "link" phase.
LocationPath - Class in org.overlord.sramp.common.query.xpath.ast
Models the artifact-set portion of an S-RAMP Query.
LocationPath() - Constructor for class org.overlord.sramp.common.query.xpath.ast.LocationPath
Default constructor.
lookupBinding(QName) - Method in class org.overlord.sramp.common.derived.IndexedArtifactCollection
Find a binding by QName.
lookupElement(QName) - Method in class org.overlord.sramp.common.derived.IndexedArtifactCollection
Find an element by QName.
lookupMessage(QName) - Method in class org.overlord.sramp.common.derived.IndexedArtifactCollection
Find a message by QName.
lookupOperation(QName, String) - Method in class org.overlord.sramp.common.derived.IndexedArtifactCollection
Find an operation by Port Type and QName.
lookupPortType(QName) - Method in class org.overlord.sramp.common.derived.IndexedArtifactCollection
Find a port type by QName.
lookupType(QName) - Method in class org.overlord.sramp.common.derived.IndexedArtifactCollection
Find a type (simple or complex) by QName.

M

matches(String...) - Method in class org.overlord.sramp.common.query.xpath.Token
Returns true if this token's value matches any of the values provided.
matches(TokenType...) - Method in class org.overlord.sramp.common.query.xpath.Token
Returns true if this token's type matches any of the token types provided.
matches(TokenType) - Method in class org.overlord.sramp.common.query.xpath.TokenStream
Returns true if the next token in the stream matches any of the given types.
matches(String) - Method in class org.overlord.sramp.common.query.xpath.TokenStream
Returns true if the next token in the stream matches any of the given token values.
matchesAnyOf(TokenType...) - Method in class org.overlord.sramp.common.query.xpath.TokenStream
Returns true if the next token in the stream matches any of the given types.
matchesAnyOf(String...) - Method in class org.overlord.sramp.common.query.xpath.TokenStream
Returns true if the next token in the stream matches any of the given token values.

N

newArtifactInstance() - Method in class org.overlord.sramp.common.ArtifactType
Instantiates an S-RAMP artifact of the correct type, and populates the artifactType and the contentType.
next() - Method in class org.overlord.sramp.common.query.xpath.CharacterStream
Reads the next character in the stream and returns it.
normalize() - Method in class org.overlord.sramp.common.ontology.SrampOntology.Class
Normalize the hierarchy into a list of URIs.

O

OntologyAlreadyExistsException - Exception in org.overlord.sramp.common.ontology
Exception thrown when the user attempts to add an ontology that already exists.
OntologyAlreadyExistsException() - Constructor for exception org.overlord.sramp.common.ontology.OntologyAlreadyExistsException
Constructor.
OntologyAlreadyExistsException(String) - Constructor for exception org.overlord.sramp.common.ontology.OntologyAlreadyExistsException
Constructor.
OntologyNotFoundException - Exception in org.overlord.sramp.common.ontology
Exception thrown when the user attempts to access or modify an ontology that does not exist in the repository.
OntologyNotFoundException() - Constructor for exception org.overlord.sramp.common.ontology.OntologyNotFoundException
Constructor.
OntologyNotFoundException(String) - Constructor for exception org.overlord.sramp.common.ontology.OntologyNotFoundException
Constructor.
OrExpr - Class in org.overlord.sramp.common.query.xpath.ast
An X-Path AND expression.
OrExpr() - Constructor for class org.overlord.sramp.common.query.xpath.ast.OrExpr
Default constructor.
org.overlord.sramp.common - package org.overlord.sramp.common
 
org.overlord.sramp.common.audit - package org.overlord.sramp.common.audit
 
org.overlord.sramp.common.derived - package org.overlord.sramp.common.derived
 
org.overlord.sramp.common.ontology - package org.overlord.sramp.common.ontology
 
org.overlord.sramp.common.query.xpath - package org.overlord.sramp.common.query.xpath
 
org.overlord.sramp.common.query.xpath.ast - package org.overlord.sramp.common.query.xpath.ast
 
org.overlord.sramp.common.query.xpath.visitors - package org.overlord.sramp.common.query.xpath.visitors
 
org.overlord.sramp.common.visitors - package org.overlord.sramp.common.visitors
 

P

parseQuery(TokenStream) - Method in class org.overlord.sramp.common.query.xpath.XPathParser
Parses a Query from the given token stream.
parseXPath(String) - Method in class org.overlord.sramp.common.query.xpath.XPathParser
Called to parse the XPath query into an S-RAMP XPath AST.
PolicyDeriver - Class in org.overlord.sramp.common.derived
Creates derived content from a Policy document.
PolicyDeriver() - Constructor for class org.overlord.sramp.common.derived.PolicyDeriver
Constructor.
PolicyDocument() - Static method in class org.overlord.sramp.common.ArtifactType
 
Predicate - Class in org.overlord.sramp.common.query.xpath.ast
Models a predicate.
Predicate() - Constructor for class org.overlord.sramp.common.query.xpath.ast.Predicate
Default constructor.
PrimaryExpr - Class in org.overlord.sramp.common.query.xpath.ast
Models a primary expression.
PrimaryExpr() - Constructor for class org.overlord.sramp.common.query.xpath.ast.PrimaryExpr
Default constructor.
processDefinitions(IndexedArtifactCollection, BaseArtifactType, Element, XPath) - Method in class org.overlord.sramp.common.derived.WsdlDeriver
Process the entire wsdl for all derived content.
processSchema(Collection<BaseArtifactType>, BaseArtifactType, Element, XPath) - Method in class org.overlord.sramp.common.derived.XsdDeriver
Process the entire schema for all derived content.
PROPERTY_ADDED - Static variable in class org.overlord.sramp.common.audit.AuditItemTypes
 
PROPERTY_CHANGED - Static variable in class org.overlord.sramp.common.audit.AuditItemTypes
 
PROPERTY_REMOVED - Static variable in class org.overlord.sramp.common.audit.AuditItemTypes
 

Q

query(XPath, Element, String, QName) - Method in class org.overlord.sramp.common.derived.AbstractXmlDeriver
Performs an x-query against the given context node.
Query - Class in org.overlord.sramp.common.query.xpath.ast
The top level S-RAMP Query.
Query() - Constructor for class org.overlord.sramp.common.query.xpath.ast.Query
Constructor.

R

read() - Method in class org.overlord.sramp.common.Sramp
Sets up the configuration (a combination of system properties and an external configuration file.
RelationshipArtifactVisitor - Class in org.overlord.sramp.common.visitors
Visits all of the artifact's relationships.
RelationshipArtifactVisitor() - Constructor for class org.overlord.sramp.common.visitors.RelationshipArtifactVisitor
Constructor.
RelationshipPath - Class in org.overlord.sramp.common.query.xpath.ast
Models a relationship path.
RelationshipPath() - Constructor for class org.overlord.sramp.common.query.xpath.ast.RelationshipPath
Default constructor.
RelationshipPath(String) - Constructor for class org.overlord.sramp.common.query.xpath.ast.RelationshipPath
Constructor.
removeMapping(String) - Method in class org.overlord.sramp.common.query.xpath.StaticNamespaceContext
Removes a mapping.
removeQuotes(String) - Method in class org.overlord.sramp.common.query.xpath.XPathParser
Remove any leading and trailing single-quotes or double-quotes from the supplied text.
reset() - Method in class org.overlord.sramp.common.query.xpath.visitors.XPathSerializationVisitor
Resets the visitor back to an empty state.

S

S_RAMP_WRAPPER_ELEM - Static variable in class org.overlord.sramp.common.SrampConstants
 
setAndExpr(AndExpr) - Method in class org.overlord.sramp.common.query.xpath.ast.Expr
 
setArguments(List<Argument>) - Method in class org.overlord.sramp.common.query.xpath.ast.FunctionCall
 
setArtifactModel(String) - Method in class org.overlord.sramp.common.query.xpath.ast.LocationPath
 
setArtifactSet(ArtifactSet) - Method in class org.overlord.sramp.common.query.xpath.ast.Query
 
setArtifactType(ArtifactTypeEnum) - Method in class org.overlord.sramp.common.ArtifactType
 
setArtifactType(String) - Method in class org.overlord.sramp.common.query.xpath.ast.LocationPath
 
setAuditItemProperty(AuditItemType, String, String) - Static method in class org.overlord.sramp.common.audit.AuditUtils
Sets a property on the audit item.
setBase(String) - Method in class org.overlord.sramp.common.ontology.SrampOntology
 
setChildren(List<SrampOntology.Class>) - Method in class org.overlord.sramp.common.ontology.SrampOntology.Class
 
setComment(String) - Method in class org.overlord.sramp.common.ontology.SrampOntology.Class
 
setComment(String) - Method in class org.overlord.sramp.common.ontology.SrampOntology
 
setCreatedBy(String) - Method in class org.overlord.sramp.common.ontology.SrampOntology
 
setCreatedOn(Date) - Method in class org.overlord.sramp.common.ontology.SrampOntology
 
setCustomProperty(BaseArtifactType, String, String) - Static method in class org.overlord.sramp.common.SrampModelUtils
Convenience method to help set a custom s-ramp property on the given artifact.
setDefaultPrefix(String) - Method in class org.overlord.sramp.common.query.xpath.XPathParser
 
setExpr(Expr) - Method in class org.overlord.sramp.common.query.xpath.ast.Argument
 
setExpr(Expr) - Method in class org.overlord.sramp.common.query.xpath.ast.EqualityExpr
 
setExpr(Expr) - Method in class org.overlord.sramp.common.query.xpath.ast.Predicate
 
setExtendedDerivedType(boolean) - Method in class org.overlord.sramp.common.ArtifactType
 
setExtendedType(String) - Method in class org.overlord.sramp.common.ArtifactType
 
setFunctionCall(FunctionCall) - Method in class org.overlord.sramp.common.query.xpath.ast.SubartifactSet
 
setFunctionName(QName) - Method in class org.overlord.sramp.common.query.xpath.ast.FunctionCall
 
setId(String) - Method in class org.overlord.sramp.common.ontology.SrampOntology.Class
 
setId(String) - Method in class org.overlord.sramp.common.ontology.SrampOntology
 
setLabel(String) - Method in class org.overlord.sramp.common.ontology.SrampOntology.Class
 
setLabel(String) - Method in class org.overlord.sramp.common.ontology.SrampOntology
 
setLastModifiedBy(String) - Method in class org.overlord.sramp.common.ontology.SrampOntology
 
setLastModifiedOn(Date) - Method in class org.overlord.sramp.common.ontology.SrampOntology
 
setLeft(L) - Method in class org.overlord.sramp.common.query.xpath.ast.AbstractBinaryExpr
 
setLiteral(String) - Method in class org.overlord.sramp.common.query.xpath.ast.PrimaryExpr
 
setLocationPath(LocationPath) - Method in class org.overlord.sramp.common.query.xpath.ast.ArtifactSet
 
setMimeType(String) - Method in class org.overlord.sramp.common.ArtifactType
 
setNamespaceContext(NamespaceContext) - Method in class org.overlord.sramp.common.query.xpath.XPathParser
 
setNumber(Number) - Method in class org.overlord.sramp.common.query.xpath.ast.PrimaryExpr
 
setOperator(EqualityExpr.Operator) - Method in class org.overlord.sramp.common.query.xpath.ast.EqualityExpr
 
setParent(SrampOntology.Class) - Method in class org.overlord.sramp.common.ontology.SrampOntology.Class
 
setPredicate(Predicate) - Method in class org.overlord.sramp.common.query.xpath.ast.Query
 
setPredicate(Predicate) - Method in class org.overlord.sramp.common.query.xpath.ast.SubartifactSet
 
setPrimaryExpr(PrimaryExpr) - Method in class org.overlord.sramp.common.query.xpath.ast.Argument
 
setPropertyQName(QName) - Method in class org.overlord.sramp.common.query.xpath.ast.ForwardPropertyStep
 
setPropertyQName(QName) - Method in class org.overlord.sramp.common.query.xpath.ast.PrimaryExpr
 
setRelationshipPath(RelationshipPath) - Method in class org.overlord.sramp.common.query.xpath.ast.SubartifactSet
 
setRelationshipType(String) - Method in class org.overlord.sramp.common.query.xpath.ast.RelationshipPath
 
setRight(R) - Method in class org.overlord.sramp.common.query.xpath.ast.AbstractBinaryExpr
 
setRootClasses(List<SrampOntology.Class>) - Method in class org.overlord.sramp.common.ontology.SrampOntology
 
setSubArtifactSet(SubartifactSet) - Method in class org.overlord.sramp.common.query.xpath.ast.EqualityExpr
 
setSubartifactSet(SubartifactSet) - Method in class org.overlord.sramp.common.query.xpath.ast.Query
 
setSubartifactSet(SubartifactSet) - Method in class org.overlord.sramp.common.query.xpath.ast.SubartifactSet
 
setUri(URI) - Method in class org.overlord.sramp.common.ontology.SrampOntology.Class
 
setUuid(String) - Method in class org.overlord.sramp.common.ontology.SrampOntology
 
Sramp - Class in org.overlord.sramp.common
The core sramp configuration.
Sramp() - Constructor for class org.overlord.sramp.common.Sramp
 
SRAMP_AUDIT_NS - Static variable in class org.overlord.sramp.common.SrampConstants
 
SRAMP_CONFIG_AUDIT_PASS - Static variable in class org.overlord.sramp.common.SrampConstants
 
SRAMP_CONFIG_AUDIT_USER - Static variable in class org.overlord.sramp.common.SrampConstants
 
SRAMP_CONFIG_AUDITING - Static variable in class org.overlord.sramp.common.SrampConstants
 
SRAMP_CONFIG_BASEURL - Static variable in class org.overlord.sramp.common.SrampConstants
 
SRAMP_CONFIG_DERIVED_AUDITING - Static variable in class org.overlord.sramp.common.SrampConstants
 
SRAMP_CONFIG_FILE_NAME - Static variable in class org.overlord.sramp.common.SrampConstants
 
SRAMP_CONFIG_FILE_REFRESH - Static variable in class org.overlord.sramp.common.SrampConstants
 
SRAMP_CONTENT_SIZE_QNAME - Static variable in class org.overlord.sramp.common.SrampConstants
 
SRAMP_CONTENT_TYPE_QNAME - Static variable in class org.overlord.sramp.common.SrampConstants
 
SRAMP_CUSTOM_DERIVER_DIR - Static variable in class org.overlord.sramp.common.SrampConstants
 
SRAMP_DERIVED_QNAME - Static variable in class org.overlord.sramp.common.SrampConstants
 
SRAMP_EXTENDED_TYPE_QNAME - Static variable in class org.overlord.sramp.common.SrampConstants
 
SRAMP_ITEMS_PER_PAGE_QNAME - Static variable in class org.overlord.sramp.common.SrampConstants
 
SRAMP_NS - Static variable in class org.overlord.sramp.common.SrampConstants
 
SRAMP_PREFIX - Static variable in class org.overlord.sramp.common.SrampConstants
 
SRAMP_PROVIDER_QNAME - Static variable in class org.overlord.sramp.common.SrampConstants
 
SRAMP_START_INDEX_QNAME - Static variable in class org.overlord.sramp.common.SrampConstants
 
SRAMP_TOTAL_RESULTS_QNAME - Static variable in class org.overlord.sramp.common.SrampConstants
 
SrampConstants - Class in org.overlord.sramp.common
Some S-RAMP constants.
SrampConstants() - Constructor for class org.overlord.sramp.common.SrampConstants
 
SrampException - Exception in org.overlord.sramp.common
Base class for all S-RAMP related exceptions.
SrampException() - Constructor for exception org.overlord.sramp.common.SrampException
Constructor.
SrampException(String) - Constructor for exception org.overlord.sramp.common.SrampException
Constructor.
SrampException(String, Throwable) - Constructor for exception org.overlord.sramp.common.SrampException
Constructor.
SrampException(Throwable) - Constructor for exception org.overlord.sramp.common.SrampException
Constructor.
SrampModelUtils - Class in org.overlord.sramp.common
A collection of utilities for dealing with the s-ramp models.
SrampModelUtils() - Constructor for class org.overlord.sramp.common.SrampModelUtils
 
SrampOntology - Class in org.overlord.sramp.common.ontology
Models an s-ramp ontology.
SrampOntology() - Constructor for class org.overlord.sramp.common.ontology.SrampOntology
Constructor.
SrampOntology.Class - Class in org.overlord.sramp.common.ontology
Models a single class in an s-ramp ontology.
SrampOntology.Class() - Constructor for class org.overlord.sramp.common.ontology.SrampOntology.Class
Constructor.
SrampServerException - Exception in org.overlord.sramp.common
Exception thrown when the server fails unexpectedly (e.g.
SrampServerException() - Constructor for exception org.overlord.sramp.common.SrampServerException
Constructor.
SrampServerException(String) - Constructor for exception org.overlord.sramp.common.SrampServerException
Constructor.
SrampServerException(String, Throwable) - Constructor for exception org.overlord.sramp.common.SrampServerException
Constructor.
SrampServerException(Throwable) - Constructor for exception org.overlord.sramp.common.SrampServerException
Constructor.
SrampUserException - Exception in org.overlord.sramp.common
Exception thrown when the user/client did something they shouldn't have done.
SrampUserException() - Constructor for exception org.overlord.sramp.common.SrampUserException
Constructor.
SrampUserException(String) - Constructor for exception org.overlord.sramp.common.SrampUserException
Constructor.
SrampUserException(String, Throwable) - Constructor for exception org.overlord.sramp.common.SrampUserException
Constructor.
SrampUserException(Throwable) - Constructor for exception org.overlord.sramp.common.SrampUserException
Constructor.
StaticNamespaceContext - Class in org.overlord.sramp.common.query.xpath
A static, map-based namespace context for resolving prefixes to namespaces in an S-RAMP X-Path formatted Query.
StaticNamespaceContext() - Constructor for class org.overlord.sramp.common.query.xpath.StaticNamespaceContext
Default constructor.
SubartifactSet - Class in org.overlord.sramp.common.query.xpath.ast
Models a subartifact set.
SubartifactSet() - Constructor for class org.overlord.sramp.common.query.xpath.ast.SubartifactSet
Default constructor.
symbol() - Method in enum org.overlord.sramp.common.query.xpath.ast.EqualityExpr.Operator
Gets the symbol;
SystemPropertiesConfiguration - Class in org.overlord.sramp.common
A Configuration implementation based on the current java system properties.
SystemPropertiesConfiguration() - Constructor for class org.overlord.sramp.common.SystemPropertiesConfiguration
Constructor.

T

Token - Class in org.overlord.sramp.common.query.xpath
A single token in the token stream.
Token(TokenType, String) - Constructor for class org.overlord.sramp.common.query.xpath.Token
Constructor.
tokenize(String) - Method in class org.overlord.sramp.common.query.xpath.XPathTokenizer
Tokenize the input into a stream of tokens that the parser can then use.
TokenStream - Class in org.overlord.sramp.common.query.xpath
A stream of tokens produced by the tokenizer.
TokenStream() - Constructor for class org.overlord.sramp.common.query.xpath.TokenStream
Constructor.
TokenType - Enum in org.overlord.sramp.common.query.xpath
Defines the types of tokens in the stream.
toString() - Method in class org.overlord.sramp.common.ArtifactType
 
toString() - Method in class org.overlord.sramp.common.query.xpath.Token
 
toString() - Method in class org.overlord.sramp.common.query.xpath.TokenStream
 

U

UNRESOLVED_REF - Static variable in class org.overlord.sramp.common.derived.WsdlDeriver
 
unwrap(Artifact) - Method in class org.overlord.sramp.common.ArtifactType
Called to unwrap the S-RAMP artifact from its wrapper.
unwrap(Artifact) - Method in enum org.overlord.sramp.common.ArtifactTypeEnum
Called to unwrap the S-RAMP artifact from its wrapper.

V

valueOf(String) - Static method in class org.overlord.sramp.common.ArtifactType
Figures out the artifact type (enum) from the given S-RAMP artifact type string.
valueOf(String, String) - Static method in class org.overlord.sramp.common.ArtifactType
Figures out the artifact type (enum) from the given S-RAMP artifact type string.
valueOf(BaseArtifactType) - Static method in class org.overlord.sramp.common.ArtifactType
Figures out the type from the artifact instance.
valueOf(BaseArtifactEnum) - Static method in class org.overlord.sramp.common.ArtifactType
Figures out the type from the s-ramp API type.
valueOf(Artifact, String) - Static method in class org.overlord.sramp.common.ArtifactType
What kind of artifact is inside that wrapper?
valueOf(String) - Static method in enum org.overlord.sramp.common.ArtifactTypeEnum
Returns the enum constant of this type with the specified name.
valueOf(BaseArtifactType) - Static method in enum org.overlord.sramp.common.ArtifactTypeEnum
Figures out the type from the artifact instance.
valueOf(BaseArtifactEnum) - Static method in enum org.overlord.sramp.common.ArtifactTypeEnum
Figures out the type from the s-ramp API type.
valueOf(String) - Static method in enum org.overlord.sramp.common.query.xpath.ast.EqualityExpr.Operator
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.overlord.sramp.common.query.xpath.TokenType
Returns the enum constant of this type with the specified name.
valueOfSymbol(String) - Static method in enum org.overlord.sramp.common.query.xpath.ast.EqualityExpr.Operator
Looks up the proper EqualityExpr.Operator from a symbol.
values() - Static method in enum org.overlord.sramp.common.ArtifactTypeEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.overlord.sramp.common.query.xpath.ast.EqualityExpr.Operator
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.overlord.sramp.common.query.xpath.TokenType
Returns an array containing the constants of this enum type, in the order they are declared.
visit(Part) - Method in class org.overlord.sramp.common.derived.WsdlLinker
 
visit(OperationInput) - Method in class org.overlord.sramp.common.derived.WsdlLinker
 
visit(OperationOutput) - Method in class org.overlord.sramp.common.derived.WsdlLinker
 
visit(Fault) - Method in class org.overlord.sramp.common.derived.WsdlLinker
 
visit(Binding) - Method in class org.overlord.sramp.common.derived.WsdlLinker
 
visit(Port) - Method in class org.overlord.sramp.common.derived.WsdlLinker
 
visit(AndExpr) - Method in class org.overlord.sramp.common.query.xpath.visitors.XPathSerializationVisitor
 
visit(Argument) - Method in class org.overlord.sramp.common.query.xpath.visitors.XPathSerializationVisitor
 
visit(ArtifactSet) - Method in class org.overlord.sramp.common.query.xpath.visitors.XPathSerializationVisitor
 
visit(EqualityExpr) - Method in class org.overlord.sramp.common.query.xpath.visitors.XPathSerializationVisitor
 
visit(Expr) - Method in class org.overlord.sramp.common.query.xpath.visitors.XPathSerializationVisitor
 
visit(ForwardPropertyStep) - Method in class org.overlord.sramp.common.query.xpath.visitors.XPathSerializationVisitor
 
visit(FunctionCall) - Method in class org.overlord.sramp.common.query.xpath.visitors.XPathSerializationVisitor
 
visit(LocationPath) - Method in class org.overlord.sramp.common.query.xpath.visitors.XPathSerializationVisitor
 
visit(OrExpr) - Method in class org.overlord.sramp.common.query.xpath.visitors.XPathSerializationVisitor
 
visit(Predicate) - Method in class org.overlord.sramp.common.query.xpath.visitors.XPathSerializationVisitor
 
visit(PrimaryExpr) - Method in class org.overlord.sramp.common.query.xpath.visitors.XPathSerializationVisitor
 
visit(Query) - Method in class org.overlord.sramp.common.query.xpath.visitors.XPathSerializationVisitor
 
visit(RelationshipPath) - Method in class org.overlord.sramp.common.query.xpath.visitors.XPathSerializationVisitor
 
visit(SubartifactSet) - Method in class org.overlord.sramp.common.query.xpath.visitors.XPathSerializationVisitor
 
visit(AndExpr) - Method in interface org.overlord.sramp.common.query.xpath.visitors.XPathVisitor
Visits a specific x-path node.
visit(Argument) - Method in interface org.overlord.sramp.common.query.xpath.visitors.XPathVisitor
Visits a specific x-path node.
visit(ArtifactSet) - Method in interface org.overlord.sramp.common.query.xpath.visitors.XPathVisitor
Visits a specific x-path node.
visit(EqualityExpr) - Method in interface org.overlord.sramp.common.query.xpath.visitors.XPathVisitor
Visits a specific x-path node.
visit(Expr) - Method in interface org.overlord.sramp.common.query.xpath.visitors.XPathVisitor
Visits a specific x-path node.
visit(ForwardPropertyStep) - Method in interface org.overlord.sramp.common.query.xpath.visitors.XPathVisitor
Visits a specific x-path node.
visit(FunctionCall) - Method in interface org.overlord.sramp.common.query.xpath.visitors.XPathVisitor
Visits a specific x-path node.
visit(LocationPath) - Method in interface org.overlord.sramp.common.query.xpath.visitors.XPathVisitor
Visits a specific x-path node.
visit(OrExpr) - Method in interface org.overlord.sramp.common.query.xpath.visitors.XPathVisitor
Visits a specific x-path node.
visit(Predicate) - Method in interface org.overlord.sramp.common.query.xpath.visitors.XPathVisitor
Visits a specific x-path node.
visit(PrimaryExpr) - Method in interface org.overlord.sramp.common.query.xpath.visitors.XPathVisitor
Visits a specific x-path node.
visit(Query) - Method in interface org.overlord.sramp.common.query.xpath.visitors.XPathVisitor
Visits a specific x-path node.
visit(RelationshipPath) - Method in interface org.overlord.sramp.common.query.xpath.visitors.XPathVisitor
Visits a specific x-path node.
visit(SubartifactSet) - Method in interface org.overlord.sramp.common.query.xpath.visitors.XPathVisitor
Visits a specific x-path node.
visit(Document) - Method in interface org.overlord.sramp.common.visitors.ArtifactVisitor
 
visit(XmlDocument) - Method in interface org.overlord.sramp.common.visitors.ArtifactVisitor
 
visit(XsdDocument) - Method in interface org.overlord.sramp.common.visitors.ArtifactVisitor
 
visit(AttributeDeclaration) - Method in interface org.overlord.sramp.common.visitors.ArtifactVisitor
 
visit(ElementDeclaration) - Method in interface org.overlord.sramp.common.visitors.ArtifactVisitor
 
visit(SimpleTypeDeclaration) - Method in interface org.overlord.sramp.common.visitors.ArtifactVisitor
 
visit(ComplexTypeDeclaration) - Method in interface org.overlord.sramp.common.visitors.ArtifactVisitor
 
visit(PolicyDocument) - Method in interface org.overlord.sramp.common.visitors.ArtifactVisitor
 
visit(PolicyExpression) - Method in interface org.overlord.sramp.common.visitors.ArtifactVisitor
 
visit(PolicyAttachment) - Method in interface org.overlord.sramp.common.visitors.ArtifactVisitor
 
visit(SoapAddress) - Method in interface org.overlord.sramp.common.visitors.ArtifactVisitor
 
visit(SoapBinding) - Method in interface org.overlord.sramp.common.visitors.ArtifactVisitor
 
visit(WsdlDocument) - Method in interface org.overlord.sramp.common.visitors.ArtifactVisitor
 
visit(WsdlService) - Method in interface org.overlord.sramp.common.visitors.ArtifactVisitor
 
visit(Port) - Method in interface org.overlord.sramp.common.visitors.ArtifactVisitor
 
visit(WsdlExtension) - Method in interface org.overlord.sramp.common.visitors.ArtifactVisitor
 
visit(Part) - Method in interface org.overlord.sramp.common.visitors.ArtifactVisitor
 
visit(Message) - Method in interface org.overlord.sramp.common.visitors.ArtifactVisitor
 
visit(Fault) - Method in interface org.overlord.sramp.common.visitors.ArtifactVisitor
 
visit(PortType) - Method in interface org.overlord.sramp.common.visitors.ArtifactVisitor
 
visit(Operation) - Method in interface org.overlord.sramp.common.visitors.ArtifactVisitor
 
visit(OperationInput) - Method in interface org.overlord.sramp.common.visitors.ArtifactVisitor
 
visit(OperationOutput) - Method in interface org.overlord.sramp.common.visitors.ArtifactVisitor
 
visit(Binding) - Method in interface org.overlord.sramp.common.visitors.ArtifactVisitor
 
visit(BindingOperation) - Method in interface org.overlord.sramp.common.visitors.ArtifactVisitor
 
visit(BindingOperationInput) - Method in interface org.overlord.sramp.common.visitors.ArtifactVisitor
 
visit(BindingOperationOutput) - Method in interface org.overlord.sramp.common.visitors.ArtifactVisitor
 
visit(BindingOperationFault) - Method in interface org.overlord.sramp.common.visitors.ArtifactVisitor
 
visit(Organization) - Method in interface org.overlord.sramp.common.visitors.ArtifactVisitor
 
visit(ServiceEndpoint) - Method in interface org.overlord.sramp.common.visitors.ArtifactVisitor
 
visit(ServiceInstance) - Method in interface org.overlord.sramp.common.visitors.ArtifactVisitor
 
visit(ServiceOperation) - Method in interface org.overlord.sramp.common.visitors.ArtifactVisitor
 
visit(ExtendedArtifactType) - Method in interface org.overlord.sramp.common.visitors.ArtifactVisitor
 
visit(ExtendedDocument) - Method in interface org.overlord.sramp.common.visitors.ArtifactVisitor
 
visit(Actor) - Method in interface org.overlord.sramp.common.visitors.ArtifactVisitor
 
visit(Choreography) - Method in interface org.overlord.sramp.common.visitors.ArtifactVisitor
 
visit(ChoreographyProcess) - Method in interface org.overlord.sramp.common.visitors.ArtifactVisitor
 
visit(Collaboration) - Method in interface org.overlord.sramp.common.visitors.ArtifactVisitor
 
visit(CollaborationProcess) - Method in interface org.overlord.sramp.common.visitors.ArtifactVisitor
 
visit(Composition) - Method in interface org.overlord.sramp.common.visitors.ArtifactVisitor
 
visit(Effect) - Method in interface org.overlord.sramp.common.visitors.ArtifactVisitor
 
visit(Element) - Method in interface org.overlord.sramp.common.visitors.ArtifactVisitor
 
visit(Event) - Method in interface org.overlord.sramp.common.visitors.ArtifactVisitor
 
visit(InformationType) - Method in interface org.overlord.sramp.common.visitors.ArtifactVisitor
 
visit(Orchestration) - Method in interface org.overlord.sramp.common.visitors.ArtifactVisitor
 
visit(OrchestrationProcess) - Method in interface org.overlord.sramp.common.visitors.ArtifactVisitor
 
visit(Policy) - Method in interface org.overlord.sramp.common.visitors.ArtifactVisitor
 
visit(PolicySubject) - Method in interface org.overlord.sramp.common.visitors.ArtifactVisitor
 
visit(Process) - Method in interface org.overlord.sramp.common.visitors.ArtifactVisitor
 
visit(Service) - Method in interface org.overlord.sramp.common.visitors.ArtifactVisitor
 
visit(ServiceContract) - Method in interface org.overlord.sramp.common.visitors.ArtifactVisitor
 
visit(ServiceComposition) - Method in interface org.overlord.sramp.common.visitors.ArtifactVisitor
 
visit(ServiceInterface) - Method in interface org.overlord.sramp.common.visitors.ArtifactVisitor
 
visit(System) - Method in interface org.overlord.sramp.common.visitors.ArtifactVisitor
 
visit(Task) - Method in interface org.overlord.sramp.common.visitors.ArtifactVisitor
 
visit(Document) - Method in class org.overlord.sramp.common.visitors.ArtifactVisitorAdapter
 
visit(XmlDocument) - Method in class org.overlord.sramp.common.visitors.ArtifactVisitorAdapter
 
visit(XsdDocument) - Method in class org.overlord.sramp.common.visitors.ArtifactVisitorAdapter
 
visit(AttributeDeclaration) - Method in class org.overlord.sramp.common.visitors.ArtifactVisitorAdapter
 
visit(ElementDeclaration) - Method in class org.overlord.sramp.common.visitors.ArtifactVisitorAdapter
 
visit(SimpleTypeDeclaration) - Method in class org.overlord.sramp.common.visitors.ArtifactVisitorAdapter
 
visit(ComplexTypeDeclaration) - Method in class org.overlord.sramp.common.visitors.ArtifactVisitorAdapter
 
visit(PolicyDocument) - Method in class org.overlord.sramp.common.visitors.ArtifactVisitorAdapter
 
visit(PolicyExpression) - Method in class org.overlord.sramp.common.visitors.ArtifactVisitorAdapter
 
visit(PolicyAttachment) - Method in class org.overlord.sramp.common.visitors.ArtifactVisitorAdapter
 
visit(SoapAddress) - Method in class org.overlord.sramp.common.visitors.ArtifactVisitorAdapter
 
visit(SoapBinding) - Method in class org.overlord.sramp.common.visitors.ArtifactVisitorAdapter
 
visit(WsdlDocument) - Method in class org.overlord.sramp.common.visitors.ArtifactVisitorAdapter
 
visit(WsdlService) - Method in class org.overlord.sramp.common.visitors.ArtifactVisitorAdapter
 
visit(Port) - Method in class org.overlord.sramp.common.visitors.ArtifactVisitorAdapter
 
visit(WsdlExtension) - Method in class org.overlord.sramp.common.visitors.ArtifactVisitorAdapter
 
visit(Part) - Method in class org.overlord.sramp.common.visitors.ArtifactVisitorAdapter
 
visit(Message) - Method in class org.overlord.sramp.common.visitors.ArtifactVisitorAdapter
 
visit(Fault) - Method in class org.overlord.sramp.common.visitors.ArtifactVisitorAdapter
 
visit(PortType) - Method in class org.overlord.sramp.common.visitors.ArtifactVisitorAdapter
 
visit(Operation) - Method in class org.overlord.sramp.common.visitors.ArtifactVisitorAdapter
 
visit(OperationInput) - Method in class org.overlord.sramp.common.visitors.ArtifactVisitorAdapter
 
visit(OperationOutput) - Method in class org.overlord.sramp.common.visitors.ArtifactVisitorAdapter
 
visit(Binding) - Method in class org.overlord.sramp.common.visitors.ArtifactVisitorAdapter
 
visit(BindingOperation) - Method in class org.overlord.sramp.common.visitors.ArtifactVisitorAdapter
 
visit(BindingOperationInput) - Method in class org.overlord.sramp.common.visitors.ArtifactVisitorAdapter
 
visit(BindingOperationOutput) - Method in class org.overlord.sramp.common.visitors.ArtifactVisitorAdapter
 
visit(BindingOperationFault) - Method in class org.overlord.sramp.common.visitors.ArtifactVisitorAdapter
 
visit(Organization) - Method in class org.overlord.sramp.common.visitors.ArtifactVisitorAdapter
 
visit(ServiceEndpoint) - Method in class org.overlord.sramp.common.visitors.ArtifactVisitorAdapter
 
visit(ServiceInstance) - Method in class org.overlord.sramp.common.visitors.ArtifactVisitorAdapter
 
visit(ServiceOperation) - Method in class org.overlord.sramp.common.visitors.ArtifactVisitorAdapter
 
visit(ExtendedArtifactType) - Method in class org.overlord.sramp.common.visitors.ArtifactVisitorAdapter
 
visit(ExtendedDocument) - Method in class org.overlord.sramp.common.visitors.ArtifactVisitorAdapter
 
visit(Actor) - Method in class org.overlord.sramp.common.visitors.ArtifactVisitorAdapter
 
visit(Choreography) - Method in class org.overlord.sramp.common.visitors.ArtifactVisitorAdapter
 
visit(ChoreographyProcess) - Method in class org.overlord.sramp.common.visitors.ArtifactVisitorAdapter
 
visit(Collaboration) - Method in class org.overlord.sramp.common.visitors.ArtifactVisitorAdapter
 
visit(CollaborationProcess) - Method in class org.overlord.sramp.common.visitors.ArtifactVisitorAdapter
 
visit(Composition) - Method in class org.overlord.sramp.common.visitors.ArtifactVisitorAdapter
 
visit(Effect) - Method in class org.overlord.sramp.common.visitors.ArtifactVisitorAdapter
 
visit(Element) - Method in class org.overlord.sramp.common.visitors.ArtifactVisitorAdapter
 
visit(Event) - Method in class org.overlord.sramp.common.visitors.ArtifactVisitorAdapter
 
visit(InformationType) - Method in class org.overlord.sramp.common.visitors.ArtifactVisitorAdapter
 
visit(Orchestration) - Method in class org.overlord.sramp.common.visitors.ArtifactVisitorAdapter
 
visit(OrchestrationProcess) - Method in class org.overlord.sramp.common.visitors.ArtifactVisitorAdapter
 
visit(Policy) - Method in class org.overlord.sramp.common.visitors.ArtifactVisitorAdapter
 
visit(PolicySubject) - Method in class org.overlord.sramp.common.visitors.ArtifactVisitorAdapter
 
visit(Process) - Method in class org.overlord.sramp.common.visitors.ArtifactVisitorAdapter
 
visit(Service) - Method in class org.overlord.sramp.common.visitors.ArtifactVisitorAdapter
 
visit(ServiceContract) - Method in class org.overlord.sramp.common.visitors.ArtifactVisitorAdapter
 
visit(ServiceComposition) - Method in class org.overlord.sramp.common.visitors.ArtifactVisitorAdapter
 
visit(ServiceInterface) - Method in class org.overlord.sramp.common.visitors.ArtifactVisitorAdapter
 
visit(System) - Method in class org.overlord.sramp.common.visitors.ArtifactVisitorAdapter
 
visit(Task) - Method in class org.overlord.sramp.common.visitors.ArtifactVisitorAdapter
 
visit(Document) - Method in class org.overlord.sramp.common.visitors.HierarchicalArtifactVisitorAdapter
 
visit(XmlDocument) - Method in class org.overlord.sramp.common.visitors.HierarchicalArtifactVisitorAdapter
 
visit(XsdDocument) - Method in class org.overlord.sramp.common.visitors.HierarchicalArtifactVisitorAdapter
 
visit(AttributeDeclaration) - Method in class org.overlord.sramp.common.visitors.HierarchicalArtifactVisitorAdapter
 
visit(ElementDeclaration) - Method in class org.overlord.sramp.common.visitors.HierarchicalArtifactVisitorAdapter
 
visit(SimpleTypeDeclaration) - Method in class org.overlord.sramp.common.visitors.HierarchicalArtifactVisitorAdapter
 
visit(ComplexTypeDeclaration) - Method in class org.overlord.sramp.common.visitors.HierarchicalArtifactVisitorAdapter
 
visit(PolicyDocument) - Method in class org.overlord.sramp.common.visitors.HierarchicalArtifactVisitorAdapter
 
visit(PolicyExpression) - Method in class org.overlord.sramp.common.visitors.HierarchicalArtifactVisitorAdapter
 
visit(PolicyAttachment) - Method in class org.overlord.sramp.common.visitors.HierarchicalArtifactVisitorAdapter
 
visit(SoapAddress) - Method in class org.overlord.sramp.common.visitors.HierarchicalArtifactVisitorAdapter
 
visit(SoapBinding) - Method in class org.overlord.sramp.common.visitors.HierarchicalArtifactVisitorAdapter
 
visit(WsdlDocument) - Method in class org.overlord.sramp.common.visitors.HierarchicalArtifactVisitorAdapter
 
visit(WsdlService) - Method in class org.overlord.sramp.common.visitors.HierarchicalArtifactVisitorAdapter
 
visit(Port) - Method in class org.overlord.sramp.common.visitors.HierarchicalArtifactVisitorAdapter
 
visit(WsdlExtension) - Method in class org.overlord.sramp.common.visitors.HierarchicalArtifactVisitorAdapter
 
visit(Part) - Method in class org.overlord.sramp.common.visitors.HierarchicalArtifactVisitorAdapter
 
visit(Message) - Method in class org.overlord.sramp.common.visitors.HierarchicalArtifactVisitorAdapter
 
visit(Fault) - Method in class org.overlord.sramp.common.visitors.HierarchicalArtifactVisitorAdapter
 
visit(PortType) - Method in class org.overlord.sramp.common.visitors.HierarchicalArtifactVisitorAdapter
 
visit(Operation) - Method in class org.overlord.sramp.common.visitors.HierarchicalArtifactVisitorAdapter
 
visit(OperationInput) - Method in class org.overlord.sramp.common.visitors.HierarchicalArtifactVisitorAdapter
 
visit(OperationOutput) - Method in class org.overlord.sramp.common.visitors.HierarchicalArtifactVisitorAdapter
 
visit(Binding) - Method in class org.overlord.sramp.common.visitors.HierarchicalArtifactVisitorAdapter
 
visit(BindingOperation) - Method in class org.overlord.sramp.common.visitors.HierarchicalArtifactVisitorAdapter
 
visit(BindingOperationInput) - Method in class org.overlord.sramp.common.visitors.HierarchicalArtifactVisitorAdapter
 
visit(BindingOperationOutput) - Method in class org.overlord.sramp.common.visitors.HierarchicalArtifactVisitorAdapter
 
visit(BindingOperationFault) - Method in class org.overlord.sramp.common.visitors.HierarchicalArtifactVisitorAdapter
 
visit(Organization) - Method in class org.overlord.sramp.common.visitors.HierarchicalArtifactVisitorAdapter
 
visit(ServiceEndpoint) - Method in class org.overlord.sramp.common.visitors.HierarchicalArtifactVisitorAdapter
 
visit(ServiceInstance) - Method in class org.overlord.sramp.common.visitors.HierarchicalArtifactVisitorAdapter
 
visit(ServiceOperation) - Method in class org.overlord.sramp.common.visitors.HierarchicalArtifactVisitorAdapter
 
visit(ExtendedArtifactType) - Method in class org.overlord.sramp.common.visitors.HierarchicalArtifactVisitorAdapter
 
visit(ExtendedDocument) - Method in class org.overlord.sramp.common.visitors.HierarchicalArtifactVisitorAdapter
 
visit(Actor) - Method in class org.overlord.sramp.common.visitors.HierarchicalArtifactVisitorAdapter
 
visit(Choreography) - Method in class org.overlord.sramp.common.visitors.HierarchicalArtifactVisitorAdapter
 
visit(ChoreographyProcess) - Method in class org.overlord.sramp.common.visitors.HierarchicalArtifactVisitorAdapter
 
visit(Collaboration) - Method in class org.overlord.sramp.common.visitors.HierarchicalArtifactVisitorAdapter
 
visit(CollaborationProcess) - Method in class org.overlord.sramp.common.visitors.HierarchicalArtifactVisitorAdapter
 
visit(Composition) - Method in class org.overlord.sramp.common.visitors.HierarchicalArtifactVisitorAdapter
 
visit(Effect) - Method in class org.overlord.sramp.common.visitors.HierarchicalArtifactVisitorAdapter
 
visit(Element) - Method in class org.overlord.sramp.common.visitors.HierarchicalArtifactVisitorAdapter
 
visit(Event) - Method in class org.overlord.sramp.common.visitors.HierarchicalArtifactVisitorAdapter
 
visit(InformationType) - Method in class org.overlord.sramp.common.visitors.HierarchicalArtifactVisitorAdapter
 
visit(Orchestration) - Method in class org.overlord.sramp.common.visitors.HierarchicalArtifactVisitorAdapter
 
visit(OrchestrationProcess) - Method in class org.overlord.sramp.common.visitors.HierarchicalArtifactVisitorAdapter
 
visit(Policy) - Method in class org.overlord.sramp.common.visitors.HierarchicalArtifactVisitorAdapter
 
visit(PolicySubject) - Method in class org.overlord.sramp.common.visitors.HierarchicalArtifactVisitorAdapter
 
visit(Process) - Method in class org.overlord.sramp.common.visitors.HierarchicalArtifactVisitorAdapter
 
visit(Service) - Method in class org.overlord.sramp.common.visitors.HierarchicalArtifactVisitorAdapter
 
visit(ServiceContract) - Method in class org.overlord.sramp.common.visitors.HierarchicalArtifactVisitorAdapter
 
visit(ServiceComposition) - Method in class org.overlord.sramp.common.visitors.HierarchicalArtifactVisitorAdapter
 
visit(ServiceInterface) - Method in class org.overlord.sramp.common.visitors.HierarchicalArtifactVisitorAdapter
 
visit(System) - Method in class org.overlord.sramp.common.visitors.HierarchicalArtifactVisitorAdapter
 
visit(Task) - Method in class org.overlord.sramp.common.visitors.HierarchicalArtifactVisitorAdapter
 
visit(ServiceContract) - Method in class org.overlord.sramp.common.visitors.RelationshipArtifactVisitor
 
visit(BindingOperation) - Method in class org.overlord.sramp.common.visitors.RelationshipArtifactVisitor
 
visit(Actor) - Method in class org.overlord.sramp.common.visitors.RelationshipArtifactVisitor
 
visit(Binding) - Method in class org.overlord.sramp.common.visitors.RelationshipArtifactVisitor
 
visit(Element) - Method in class org.overlord.sramp.common.visitors.RelationshipArtifactVisitor
 
visit(Fault) - Method in class org.overlord.sramp.common.visitors.RelationshipArtifactVisitor
 
visit(Message) - Method in class org.overlord.sramp.common.visitors.RelationshipArtifactVisitor
 
visit(Operation) - Method in class org.overlord.sramp.common.visitors.RelationshipArtifactVisitor
 
visit(OperationInput) - Method in class org.overlord.sramp.common.visitors.RelationshipArtifactVisitor
 
visit(OperationOutput) - Method in class org.overlord.sramp.common.visitors.RelationshipArtifactVisitor
 
visit(Organization) - Method in class org.overlord.sramp.common.visitors.RelationshipArtifactVisitor
 
visit(Part) - Method in class org.overlord.sramp.common.visitors.RelationshipArtifactVisitor
 
visit(Policy) - Method in class org.overlord.sramp.common.visitors.RelationshipArtifactVisitor
 
visit(PolicyAttachment) - Method in class org.overlord.sramp.common.visitors.RelationshipArtifactVisitor
 
visit(Port) - Method in class org.overlord.sramp.common.visitors.RelationshipArtifactVisitor
 
visit(PortType) - Method in class org.overlord.sramp.common.visitors.RelationshipArtifactVisitor
 
visit(Service) - Method in class org.overlord.sramp.common.visitors.RelationshipArtifactVisitor
 
visit(ServiceEndpoint) - Method in class org.overlord.sramp.common.visitors.RelationshipArtifactVisitor
 
visit(ServiceInstance) - Method in class org.overlord.sramp.common.visitors.RelationshipArtifactVisitor
 
visit(ServiceInterface) - Method in class org.overlord.sramp.common.visitors.RelationshipArtifactVisitor
 
visit(ServiceOperation) - Method in class org.overlord.sramp.common.visitors.RelationshipArtifactVisitor
 
visit(WsdlDocument) - Method in class org.overlord.sramp.common.visitors.RelationshipArtifactVisitor
 
visit(WsdlService) - Method in class org.overlord.sramp.common.visitors.RelationshipArtifactVisitor
 
visit(XsdDocument) - Method in class org.overlord.sramp.common.visitors.RelationshipArtifactVisitor
 
visitArtifact(ArtifactVisitor, BaseArtifactType) - Static method in class org.overlord.sramp.common.visitors.ArtifactVisitorHelper
Called to help the given visitor visit the provided artifact.
visitBase(BaseArtifactType) - Method in class org.overlord.sramp.common.visitors.ArtifactVisitorAdapter
Common visit method for all artifacts.
visitBase(BaseArtifactType) - Method in class org.overlord.sramp.common.visitors.HierarchicalArtifactVisitorAdapter
Common visit method for all artifacts.
visitBase(BaseArtifactType) - Method in class org.overlord.sramp.common.visitors.RelationshipArtifactVisitor
 
visitDerived(DerivedArtifactType) - Method in class org.overlord.sramp.common.visitors.HierarchicalArtifactVisitorAdapter
Common visit method for derived artifacts.
visitDerived(DerivedArtifactType) - Method in class org.overlord.sramp.common.visitors.RelationshipArtifactVisitor
 
visitDocument(DocumentArtifactType) - Method in class org.overlord.sramp.common.visitors.HierarchicalArtifactVisitorAdapter
Common visit method for document artifacts.
visitExtended(ExtendedArtifactType) - Method in class org.overlord.sramp.common.visitors.HierarchicalArtifactVisitorAdapter
Common visit method for Extended artifacts.
visitExtendedDocument(ExtendedDocument) - Method in class org.overlord.sramp.common.visitors.HierarchicalArtifactVisitorAdapter
Common visit method for Extended document artifacts.
visitNamedWsdlDerived(NamedWsdlDerivedArtifactType) - Method in class org.overlord.sramp.common.visitors.HierarchicalArtifactVisitorAdapter
Common visit method for named WSDL derived artifacts.
visitRelationship(String, Target) - Method in class org.overlord.sramp.common.visitors.RelationshipArtifactVisitor
Called to visit a relationship.
visitRelationships(String, List<? extends Target>) - Method in class org.overlord.sramp.common.visitors.RelationshipArtifactVisitor
Visits a collection of relationships.
visitServiceImplementation(ServiceImplementationModelType) - Method in class org.overlord.sramp.common.visitors.HierarchicalArtifactVisitorAdapter
Common visit method for service implementation artifacts.
visitServiceImplementation(ServiceImplementationModelType) - Method in class org.overlord.sramp.common.visitors.RelationshipArtifactVisitor
 
visitSoa(SoaModelType) - Method in class org.overlord.sramp.common.visitors.HierarchicalArtifactVisitorAdapter
Common visit method for SOA model artifacts.
visitSoa(SoaModelType) - Method in class org.overlord.sramp.common.visitors.RelationshipArtifactVisitor
 
visitWsdlDerived(WsdlDerivedArtifactType) - Method in class org.overlord.sramp.common.visitors.HierarchicalArtifactVisitorAdapter
Common visit method for WSDL derived artifacts.
visitWsdlDerived(WsdlDerivedArtifactType) - Method in class org.overlord.sramp.common.visitors.RelationshipArtifactVisitor
 
visitXmlDocument(XmlDocument) - Method in class org.overlord.sramp.common.visitors.HierarchicalArtifactVisitorAdapter
Common visit method for XML document artifacts.
visitXsdDerived(XsdType) - Method in class org.overlord.sramp.common.visitors.HierarchicalArtifactVisitorAdapter
Common visit method for XSD derived artifacts.

W

WsdlDeriver - Class in org.overlord.sramp.common.derived
Creates derived content from a WSDL document.
WsdlDeriver() - Constructor for class org.overlord.sramp.common.derived.WsdlDeriver
Constructor.
WsdlDocument() - Static method in class org.overlord.sramp.common.ArtifactType
 
WsdlLinker - Class in org.overlord.sramp.common.derived
Linker for WSDL artifacts.
WsdlLinker() - Constructor for class org.overlord.sramp.common.derived.WsdlLinker
Constructor.

X

XmlDocument() - Static method in class org.overlord.sramp.common.ArtifactType
 
XPathParser - Class in org.overlord.sramp.common.query.xpath
Parses an XPath query string and creates an abstract syntax tree representation.
XPathParser() - Constructor for class org.overlord.sramp.common.query.xpath.XPathParser
Default constructor.
XPathParserException - Exception in org.overlord.sramp.common.query.xpath
Thrown by the XPathParser when it encounters a parse problem.
XPathParserException(String) - Constructor for exception org.overlord.sramp.common.query.xpath.XPathParserException
 
XPathSerializationVisitor - Class in org.overlord.sramp.common.query.xpath.visitors
Visitor used to serialize a query to a string.
XPathSerializationVisitor() - Constructor for class org.overlord.sramp.common.query.xpath.visitors.XPathSerializationVisitor
Default constructor.
XPathTokenizer - Class in org.overlord.sramp.common.query.xpath
This class tokenizes an input string into a stream of tokens.
XPathTokenizer() - Constructor for class org.overlord.sramp.common.query.xpath.XPathTokenizer
Constructor.
XPathVisitor - Interface in org.overlord.sramp.common.query.xpath.visitors
Visitor interface for the S-RAMP query AST.
XsdDeriver - Class in org.overlord.sramp.common.derived
Creates derived content from an XSD document.
XsdDeriver() - Constructor for class org.overlord.sramp.common.derived.XsdDeriver
Constructor.
XsdDocument() - Static method in class org.overlord.sramp.common.ArtifactType
 
A B C D E F G H I L M N O P Q R S T U V W X 

Copyright © 2011–2013 JBoss, a division of Red Hat. All rights reserved.