- AbstractBinaryExpr<L extends AbstractXPathNode,R extends AbstractXPathNode> - Class in org.overlord.sramp.common.query.xpath.ast
-
Base class for binary expressions.
- AbstractBinaryExpr - Class in org.overlord.sramp.common.query.xpath.ast
-
Base class for binary expressions.
- AbstractBinaryExpr - Class in org.overlord.sramp.common.query.xpath.ast
-
Base class for binary expressions.
- AbstractBinaryExpr - 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.
- AbstractShellCommand - Class in org.overlord.sramp.shell.api
-
Base class for shell commands.
- AbstractShellCommand - Class in org.overlord.sramp.shell.api
-
Base class for shell commands.
- AbstractShellCommand - Class in org.overlord.sramp.shell.api
-
Base class for shell commands.
- AbstractShellCommand - Class in org.overlord.sramp.shell.api
-
Base class for shell commands.
- AbstractShellCommand() - Constructor for class org.overlord.sramp.shell.api.AbstractShellCommand
-
Constructor.
- AbstractXmlDeriver - Class in org.overlord.sramp.common.derived
-
Base class for all derivers that are based on XML documents.
- AbstractXmlDeriver - Class in org.overlord.sramp.common.derived
-
Base class for all derivers that are based on XML documents.
- AbstractXmlDeriver - Class in org.overlord.sramp.common.derived
-
Base class for all derivers that are based on XML documents.
- 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.
- AbstractXmlDeriver.XmlDeriverContext - Class in org.overlord.sramp.common.derived
-
A context passed to the xml deriver's derive method.
- AbstractXmlDeriver.XmlDeriverContext(Element, XPath) - Constructor for class org.overlord.sramp.common.derived.AbstractXmlDeriver.XmlDeriverContext
-
Constructor.
- AbstractXPathNode - Class in org.overlord.sramp.common.query.xpath.ast
-
Base class for all S-RAMP XPath Query AST models.
- AbstractXPathNode - Class in org.overlord.sramp.common.query.xpath.ast
-
Base class for all S-RAMP XPath Query AST models.
- AbstractXPathNode - Class in org.overlord.sramp.common.query.xpath.ast
-
Base class for all S-RAMP XPath Query AST models.
- 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(ArtifactType) - Method in interface org.overlord.sramp.atom.archive.expand.registry.ZipToSrampArchiveProvider
-
Returns true if this provider is capable of providing an expander for the given artifact type.
- 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
-
- accepts(CandidateArtifact) - Method in interface org.overlord.sramp.atom.archive.expand.ArtifactFilter
-
Called to determine if a given artifact from the source archive should be included
in the target S-RAMP archive.
- accepts(CandidateArtifact) - Method in class org.overlord.sramp.atom.archive.expand.DefaultArtifactFilter
-
- add(File) - Method in class org.overlord.sramp.atom.archive.expand.DiscoveredArtifacts
-
Adds a candidate artifact to the set of collected (accepted/discovered) artifacts.
- add(BaseArtifactType) - Method in class org.overlord.sramp.common.derived.IndexedArtifactCollection
-
- addAuditEntry(String, AuditEntry) - Method in class org.overlord.sramp.client.SrampAtomApiClient
-
Adds a new audit entry on the artifact with the given UUID.
- addEntry(String, BaseArtifactType, InputStream) - Method in class org.overlord.sramp.atom.archive.SrampArchive
-
Adds an entry to the S-RAMP archive.
- addGenericRelationship(BaseArtifactType, String, String) - Static method in class org.overlord.sramp.common.SrampModelUtils
-
Adds a new generic Relationship to the artifact.
- addHandler(ShellContextEventHandler) - Method in interface org.overlord.sramp.shell.api.ShellContext
-
Adds an event handler to the shell context.
- addHandler(ShellContextEventHandler) - Method in class org.overlord.sramp.shell.api.SimpleShellContext
-
- addMapping(String, String) - Method in class org.overlord.sramp.common.query.xpath.StaticNamespaceContext
-
Adds a mapping.
- addMetaDataProvider(MetaDataProvider) - Method in class org.overlord.sramp.atom.archive.expand.ZipToSrampArchive
-
- addNamespaceMapping(String, String) - Method in class org.overlord.sramp.common.derived.AbstractXmlDeriver.XmlDeriverContext
-
Adds a namespace mapping to the current namespace context.
- addOntology(RDF) - Method in class org.overlord.sramp.client.SrampAtomApiClient
-
Adds on ontology in RDF format to the S-RAMP repository.
- addPropertyDirect(String, Object) - Method in class org.overlord.sramp.common.SystemPropertiesConfiguration
-
- addStandardMetaData(DiscoveredArtifact, BaseArtifactType) - Method in class org.overlord.sramp.atom.archive.expand.DefaultMetaDataFactory
-
Adds some standard meta-data properties to the artifact instance.
- 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 - Class in org.overlord.sramp.common.query.xpath.ast
-
An X-Path AND expression.
- AndExpr - Class in org.overlord.sramp.common.query.xpath.ast
-
An X-Path AND expression.
- 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.
- ArchiveInfo - Class in org.overlord.sramp.atom.archive.expand.registry
-
- ArchiveInfo - Class in org.overlord.sramp.atom.archive.expand.registry
-
- ArchiveInfo - Class in org.overlord.sramp.atom.archive.expand.registry
-
- ArchiveInfo - Class in org.overlord.sramp.atom.archive.expand.registry
-
- ArchiveInfo(String, String) - Constructor for class org.overlord.sramp.atom.archive.expand.registry.ArchiveInfo
-
- ArchiveUtils - Class in org.overlord.sramp.atom.archive
-
Some general porpoise utils for working with archives.
- ArchiveUtils - Class in org.overlord.sramp.atom.archive
-
Some general porpoise utils for working with archives.
- ArchiveUtils - Class in org.overlord.sramp.atom.archive
-
Some general porpoise utils for working with archives.
- ArchiveUtils - Class in org.overlord.sramp.atom.archive
-
Some general porpoise utils for working with archives.
- ArchiveUtils() - Constructor for class org.overlord.sramp.atom.archive.ArchiveUtils
-
- 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 - Class in org.overlord.sramp.common.query.xpath.ast
-
Models an argument (to a function call).
- Argument - Class in org.overlord.sramp.common.query.xpath.ast
-
Models an argument (to a function call).
- 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.
- Arguments - Class in org.overlord.sramp.shell.api
-
A class that can parse the arguments that should be passed to a command.
- Arguments - Class in org.overlord.sramp.shell.api
-
A class that can parse the arguments that should be passed to a command.
- Arguments - Class in org.overlord.sramp.shell.api
-
A class that can parse the arguments that should be passed to a command.
- Arguments - Class in org.overlord.sramp.shell.api
-
A class that can parse the arguments that should be passed to a command.
- Arguments(String) - Constructor for class org.overlord.sramp.shell.api.Arguments
-
Constructor.
- Arguments(String, boolean) - Constructor for class org.overlord.sramp.shell.api.Arguments
-
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 - Class in org.overlord.sramp.common
-
Exception thrown when the user attempts add a new artifact with a duplicate UUID.
- ArtifactAlreadyExistsException - Class in org.overlord.sramp.common
-
Exception thrown when the user attempts add a new artifact with a duplicate UUID.
- ArtifactAlreadyExistsException - Class 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.
- ArtifactDeriver - Class in org.overlord.sramp.common.derived
-
Provides a way to derive artifacts.
- ArtifactDeriver - Class in org.overlord.sramp.common.derived
-
Provides a way to derive artifacts.
- ArtifactDeriver - Class 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 - Class in org.overlord.sramp.common.derived
-
Factory used to create an
ArtifactDeriver for a particular type of artifact.
- ArtifactDeriverFactory - Class in org.overlord.sramp.common.derived
-
Factory used to create an
ArtifactDeriver for a particular type of artifact.
- 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
-
- ArtifactFilter - Interface in org.overlord.sramp.atom.archive.expand
-
Interface used by the
ZipToSrampArchive class when discovering artifacts in the
source archive that should be included in the target S-RAMP archive.
- ArtifactFilter - Class in org.overlord.sramp.atom.archive.expand
-
Interface used by the
ZipToSrampArchive class when discovering artifacts in the
source archive that should be included in the target S-RAMP archive.
- ArtifactFilter - Class in org.overlord.sramp.atom.archive.expand
-
Interface used by the
ZipToSrampArchive class when discovering artifacts in the
source archive that should be included in the target S-RAMP archive.
- ArtifactFilter - Class in org.overlord.sramp.atom.archive.expand
-
Interface used by the
ZipToSrampArchive class when discovering artifacts in the
source archive that should be included in the target S-RAMP archive.
- ArtifactNotFoundException - Exception in org.overlord.sramp.common
-
Exception thrown when the user attempts to access an artifact that does not exist.
- ArtifactNotFoundException - Class in org.overlord.sramp.common
-
Exception thrown when the user attempts to access an artifact that does not exist.
- ArtifactNotFoundException - Class in org.overlord.sramp.common
-
Exception thrown when the user attempts to access an artifact that does not exist.
- ArtifactNotFoundException - Class 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 - Class in org.overlord.sramp.common.query.xpath.ast
-
Models the artifact-set portion of an S-RAMP Query.
- ArtifactSet - Class in org.overlord.sramp.common.query.xpath.ast
-
Models the artifact-set portion of an S-RAMP Query.
- 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.
- ArtifactSummary - Class in org.overlord.sramp.client.query
-
Models a summary of a single S-RAMP artifact from a Feed (result of an
S-RAMP query).
- ArtifactSummary - Class in org.overlord.sramp.client.query
-
Models a summary of a single S-RAMP artifact from a Feed (result of an
S-RAMP query).
- ArtifactSummary - Class in org.overlord.sramp.client.query
-
Models a summary of a single S-RAMP artifact from a Feed (result of an
S-RAMP query).
- ArtifactSummary - Class in org.overlord.sramp.client.query
-
Models a summary of a single S-RAMP artifact from a Feed (result of an
S-RAMP query).
- ArtifactSummary(Entry) - Constructor for class org.overlord.sramp.client.query.ArtifactSummary
-
Constructor.
- ArtifactType - Class in org.overlord.sramp.common
-
A class representing all of the Artifact Types defined by S-RAMP.
- ArtifactType - Class in org.overlord.sramp.common
-
A class representing all of the Artifact Types defined by S-RAMP.
- ArtifactType - Class in org.overlord.sramp.common
-
A class representing all of the Artifact Types defined by S-RAMP.
- 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.
- ArtifactTypeEnum - Class in org.overlord.sramp.common
-
An enum representing all of the Artifact Types defined by S-RAMP.
- ArtifactTypeEnum - Class in org.overlord.sramp.common
-
An enum representing all of the Artifact Types defined by S-RAMP.
- ArtifactTypeEnum - Class 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.
- ArtifactVisitor - Class in org.overlord.sramp.common.visitors
-
An interface for visiting an S-RAMP artifact.
- ArtifactVisitor - Class in org.overlord.sramp.common.visitors
-
An interface for visiting an S-RAMP artifact.
- ArtifactVisitor - Class 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 - 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 - 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 - 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 - Class in org.overlord.sramp.common.visitors
-
Helper class used to visit S-RAMP artifacts.
- ArtifactVisitorHelper - Class in org.overlord.sramp.common.visitors
-
Helper class used to visit S-RAMP artifacts.
- 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
-
- ascending() - Method in class org.overlord.sramp.client.SrampClientQuery
-
Sets ascending to true.
- AuditEntryNotFoundException - Exception in org.overlord.sramp.common
-
Exception thrown when the user attempts to access an audit entry that does not exist.
- AuditEntryNotFoundException - Class in org.overlord.sramp.common
-
Exception thrown when the user attempts to access an audit entry that does not exist.
- AuditEntryNotFoundException - Class in org.overlord.sramp.common
-
Exception thrown when the user attempts to access an audit entry that does not exist.
- AuditEntryNotFoundException - Class 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.
- AuditEntrySummary - Class in org.overlord.sramp.client.audit
-
Models a summary of a single S-RAMP audit entry.
- AuditEntrySummary - Class in org.overlord.sramp.client.audit
-
Models a summary of a single S-RAMP audit entry.
- AuditEntrySummary - Class in org.overlord.sramp.client.audit
-
Models a summary of a single S-RAMP audit entry.
- AuditEntrySummary - Class in org.overlord.sramp.client.audit
-
Models a summary of a single S-RAMP audit entry.
- AuditEntrySummary(Entry) - Constructor for class org.overlord.sramp.client.audit.AuditEntrySummary
-
Constructor.
- AuditEntryTypes - Class in org.overlord.sramp.common.audit
-
Some basic built-in audit entry types.
- AuditEntryTypes - Class in org.overlord.sramp.common.audit
-
Some basic built-in audit entry types.
- AuditEntryTypes - Class in org.overlord.sramp.common.audit
-
Some basic built-in audit entry types.
- 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 - Class in org.overlord.sramp.common.audit
-
Some basic built-in audit item types.
- AuditItemTypes - Class in org.overlord.sramp.common.audit
-
Some basic built-in audit item types.
- 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
-
- AuditResultSet - Class in org.overlord.sramp.client.audit
-
An instance of this class is returned by the Atom API client when consumers
ask for an audit trail (either by artifact or by user).
- AuditResultSet - Class in org.overlord.sramp.client.audit
-
An instance of this class is returned by the Atom API client when consumers
ask for an audit trail (either by artifact or by user).
- AuditResultSet - Class in org.overlord.sramp.client.audit
-
An instance of this class is returned by the Atom API client when consumers
ask for an audit trail (either by artifact or by user).
- AuditResultSet - Class in org.overlord.sramp.client.audit
-
An instance of this class is returned by the Atom API client when consumers
ask for an audit trail (either by artifact or by user).
- AuditResultSet(Feed) - Constructor for class org.overlord.sramp.client.audit.AuditResultSet
-
Constructor.
- AuditUtils - Class in org.overlord.sramp.common.audit
-
Some util methods for dealing with audit data structures.
- AuditUtils - Class in org.overlord.sramp.common.audit
-
Some util methods for dealing with audit data structures.
- AuditUtils - Class in org.overlord.sramp.common.audit
-
Some util methods for dealing with audit data structures.
- 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
-
- AuthenticationProvider - Interface in org.overlord.sramp.client.auth
-
Clients can supply their own authentication implementation by
implementing this interface.
- AuthenticationProvider - Class in org.overlord.sramp.client.auth
-
Clients can supply their own authentication implementation by
implementing this interface.
- AuthenticationProvider - Class in org.overlord.sramp.client.auth
-
Clients can supply their own authentication implementation by
implementing this interface.
- AuthenticationProvider - Class in org.overlord.sramp.client.auth
-
Clients can supply their own authentication implementation by
implementing this interface.
- AuthorizationHeaderAuthenticationProvider - Class in org.overlord.sramp.client.auth
-
Provides authentication via the Authorization HTTP header.
- AuthorizationHeaderAuthenticationProvider - Class in org.overlord.sramp.client.auth
-
Provides authentication via the Authorization HTTP header.
- AuthorizationHeaderAuthenticationProvider - Class in org.overlord.sramp.client.auth
-
Provides authentication via the Authorization HTTP header.
- AuthorizationHeaderAuthenticationProvider - Class in org.overlord.sramp.client.auth
-
Provides authentication via the Authorization HTTP header.
- AuthorizationHeaderAuthenticationProvider() - Constructor for class org.overlord.sramp.client.auth.AuthorizationHeaderAuthenticationProvider
-
Constructor.
- AuthorizationHeaderAuthenticationProvider(String) - Constructor for class org.overlord.sramp.client.auth.AuthorizationHeaderAuthenticationProvider
-
Constructor.
- 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.
- CandidateArtifact - Class in org.overlord.sramp.atom.archive.expand
-
An artifact that *may* get included in the S-RAMP archive being created from a
source JAR archive.
- CandidateArtifact - Class in org.overlord.sramp.atom.archive.expand
-
An artifact that *may* get included in the S-RAMP archive being created from a
source JAR archive.
- CandidateArtifact - Class in org.overlord.sramp.atom.archive.expand
-
An artifact that *may* get included in the S-RAMP archive being created from a
source JAR archive.
- CandidateArtifact - Class in org.overlord.sramp.atom.archive.expand
-
An artifact that *may* get included in the S-RAMP archive being created from a
source JAR archive.
- CandidateArtifact(File, File) - Constructor for class org.overlord.sramp.atom.archive.expand.CandidateArtifact
-
Constructor.
- canExpand(ArtifactType) - Static method in class org.overlord.sramp.atom.archive.expand.registry.ZipToSrampArchiveRegistry
-
Returns true if an expander exists for the given type.
- CharacterStream - Class in org.overlord.sramp.common.query.xpath
-
A stream of character data.
- CharacterStream - Class in org.overlord.sramp.common.query.xpath
-
A stream of character data.
- CharacterStream - Class in org.overlord.sramp.common.query.xpath
-
A stream of character data.
- 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.
- CLASSIFIERS_ADDED - Static variable in class org.overlord.sramp.common.audit.AuditItemTypes
-
- CLASSIFIERS_REMOVED - Static variable in class org.overlord.sramp.common.audit.AuditItemTypes
-
- ClientRequest - Class in org.overlord.sramp.atom.client
-
Extends the RESTEasy ClientRequest class in order to provide a
ClientExecutor and ResteasyProviderFactory without requiring clients to pass them in.
- ClientRequest - Class in org.overlord.sramp.atom.client
-
Extends the RESTEasy ClientRequest class in order to provide a
ClientExecutor and ResteasyProviderFactory without requiring clients to pass them in.
- ClientRequest - Class in org.overlord.sramp.atom.client
-
Extends the RESTEasy ClientRequest class in order to provide a
ClientExecutor and ResteasyProviderFactory without requiring clients to pass them in.
- ClientRequest - Class in org.overlord.sramp.atom.client
-
Extends the RESTEasy ClientRequest class in order to provide a
ClientExecutor and ResteasyProviderFactory without requiring clients to pass them in.
- ClientRequest(String) - Constructor for class org.overlord.sramp.atom.client.ClientRequest
-
Constructor.
- ClientRequest(String, ClientExecutor) - Constructor for class org.overlord.sramp.atom.client.ClientRequest
-
Constructor.
- close() - Method in class org.overlord.sramp.atom.archive.expand.ZipToSrampArchive
-
This object should be closed once we're done with it.
- close() - Method in class org.overlord.sramp.atom.archive.SrampArchive
-
The S-RAMP archive should always be closed when the client is done with it.
- closeQuietly(ZipToSrampArchive) - Static method in class org.overlord.sramp.atom.archive.expand.ZipToSrampArchive
-
- closeQuietly(SrampArchive) - Static method in class org.overlord.sramp.atom.archive.SrampArchive
-
- compareTo(TypeHintInfo) - Method in class org.overlord.sramp.atom.archive.expand.registry.TypeHintInfo
-
- 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.
- containsEntry(String) - Method in class org.overlord.sramp.atom.archive.SrampArchive
-
Returns true if the s-ramp archive contains an entry at the given path.
- containsKey(String) - Method in class org.overlord.sramp.common.Sramp
-
- containsKey(String) - Method in class org.overlord.sramp.common.SystemPropertiesConfiguration
-
- count(int) - Method in class org.overlord.sramp.client.SrampClientQuery
-
- createArtifact(DiscoveredArtifact) - Method in class org.overlord.sramp.atom.archive.expand.DefaultMetaDataFactory
-
Creates the artifact instance based on the type of the discovered artifact.
- createArtifact(BaseArtifactType) - Method in class org.overlord.sramp.client.SrampAtomApiClient
-
Creates a new artifact in the S-RAMP repository.
- 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.
- createBasicAuthHeader(String, String) - Static method in class org.overlord.sramp.client.auth.BasicAuthenticationProvider
-
Creates the BASIC auth header value.
- createClass(String) - Method in class org.overlord.sramp.common.ontology.SrampOntology
-
Creates a new class within this ontology.
- createClientRequest(String) - Method in class org.overlord.sramp.client.SrampAtomApiClient
-
Creates the RESTEasy client request object, configured appropriately.
- 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
-
- createExpander(ArtifactType, InputStream) - Static method in class org.overlord.sramp.atom.archive.expand.registry.ZipToSrampArchiveRegistry
-
Creates an expander for the given artifact type.
- createExpander(ArtifactType, File) - Static method in class org.overlord.sramp.atom.archive.expand.registry.ZipToSrampArchiveRegistry
-
Creates an expander for the given artifact type.
- createExtractor(ArtifactType, File) - Method in interface org.overlord.sramp.atom.archive.expand.registry.ZipToSrampArchiveProvider
-
- createExtractor(ArtifactType, InputStream) - Method in interface org.overlord.sramp.atom.archive.expand.registry.ZipToSrampArchiveProvider
-
- createMetaData(DiscoveredArtifact) - Method in class org.overlord.sramp.atom.archive.expand.DefaultMetaDataFactory
-
- createMetaData(DiscoveredArtifact) - Method in interface org.overlord.sramp.atom.archive.expand.MetaDataFactory
-
Creates the meta-data object (S-RAMP specific) for the given artifact that
will be included in the S-RAMP archive being created.
- createSrampArchive() - Method in class org.overlord.sramp.atom.archive.expand.ZipToSrampArchive
-
Creates an S-RAMP archive from this JAR.
- DATE_FORMAT - Static variable in class org.overlord.sramp.common.SrampConstants
-
- DefaultArtifactFilter - Class in org.overlord.sramp.atom.archive.expand
-
A default implementation of an
ArtifactFilter that includes only those files
that are likely to be understood by the S-RAMP server (XML, Schema, WSDL, etc).
- DefaultArtifactFilter - Class in org.overlord.sramp.atom.archive.expand
-
A default implementation of an
ArtifactFilter that includes only those files
that are likely to be understood by the S-RAMP server (XML, Schema, WSDL, etc).
- DefaultArtifactFilter - Class in org.overlord.sramp.atom.archive.expand
-
A default implementation of an
ArtifactFilter that includes only those files
that are likely to be understood by the S-RAMP server (XML, Schema, WSDL, etc).
- DefaultArtifactFilter - Class in org.overlord.sramp.atom.archive.expand
-
A default implementation of an
ArtifactFilter that includes only those files
that are likely to be understood by the S-RAMP server (XML, Schema, WSDL, etc).
- DefaultArtifactFilter() - Constructor for class org.overlord.sramp.atom.archive.expand.DefaultArtifactFilter
-
Constructor.
- DefaultMetaDataFactory - Class in org.overlord.sramp.atom.archive.expand
-
Default implementation of a meta-data factory, providing a reasonable starting point
for custom extensions (though it can also be used as-is to provide a very S-RAMP strict
impl).
- DefaultMetaDataFactory - Class in org.overlord.sramp.atom.archive.expand
-
Default implementation of a meta-data factory, providing a reasonable starting point
for custom extensions (though it can also be used as-is to provide a very S-RAMP strict
impl).
- DefaultMetaDataFactory - Class in org.overlord.sramp.atom.archive.expand
-
Default implementation of a meta-data factory, providing a reasonable starting point
for custom extensions (though it can also be used as-is to provide a very S-RAMP strict
impl).
- DefaultMetaDataFactory - Class in org.overlord.sramp.atom.archive.expand
-
Default implementation of a meta-data factory, providing a reasonable starting point
for custom extensions (though it can also be used as-is to provide a very S-RAMP strict
impl).
- DefaultMetaDataFactory() - Constructor for class org.overlord.sramp.atom.archive.expand.DefaultMetaDataFactory
-
Constructor.
- 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 - 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 - 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 - 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.
- delete(Class<T>) - Method in class org.overlord.sramp.atom.client.ClientRequest
-
- delete() - Method in class org.overlord.sramp.atom.client.ClientRequest
-
- deleteArtifact(String, ArtifactType) - Method in class org.overlord.sramp.client.SrampAtomApiClient
-
Delets an artifact from the s-ramp repository.
- deleteOntology(String) - Method in class org.overlord.sramp.client.SrampAtomApiClient
-
Deletes a single ontology by its UUID.
- derive(BaseArtifactType, InputStream) - Method in class org.overlord.sramp.common.derived.AbstractXmlDeriver
-
- derive(Collection<BaseArtifactType>, BaseArtifactType, AbstractXmlDeriver.XmlDeriverContext) - 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, AbstractXmlDeriver.XmlDeriverContext) - Method in class org.overlord.sramp.common.derived.PolicyDeriver
-
- derive(Collection<BaseArtifactType>, BaseArtifactType, AbstractXmlDeriver.XmlDeriverContext) - Method in class org.overlord.sramp.common.derived.WsdlDeriver
-
- derive(Collection<BaseArtifactType>, BaseArtifactType, AbstractXmlDeriver.XmlDeriverContext) - 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.
- DeriverProvider - Class 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.
- DeriverProvider - Class 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.
- DeriverProvider - Class 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.
- descending() - Method in class org.overlord.sramp.client.SrampClientQuery
-
Sets ascending to false.
- DiscoveredArtifact - Class in org.overlord.sramp.atom.archive.expand
-
An artifact that will be incuded in the final S-RAMP archive.
- DiscoveredArtifact - Class in org.overlord.sramp.atom.archive.expand
-
An artifact that will be incuded in the final S-RAMP archive.
- DiscoveredArtifact - Class in org.overlord.sramp.atom.archive.expand
-
An artifact that will be incuded in the final S-RAMP archive.
- DiscoveredArtifact - Class in org.overlord.sramp.atom.archive.expand
-
An artifact that will be incuded in the final S-RAMP archive.
- DiscoveredArtifact(File) - Constructor for class org.overlord.sramp.atom.archive.expand.DiscoveredArtifact
-
Constructor.
- DiscoveredArtifacts - Class in org.overlord.sramp.atom.archive.expand
-
The collection of artifacts found during the discovery process.
- DiscoveredArtifacts - Class in org.overlord.sramp.atom.archive.expand
-
The collection of artifacts found during the discovery process.
- DiscoveredArtifacts - Class in org.overlord.sramp.atom.archive.expand
-
The collection of artifacts found during the discovery process.
- DiscoveredArtifacts - Class in org.overlord.sramp.atom.archive.expand
-
The collection of artifacts found during the discovery process.
- DiscoveredArtifacts() - Constructor for class org.overlord.sramp.atom.archive.expand.DiscoveredArtifacts
-
Constructor.
- Document() - Static method in class org.overlord.sramp.common.ArtifactType
-
- Document(String) - Static method in class org.overlord.sramp.common.ArtifactType
-
- get(String) - Method in class org.overlord.sramp.atom.archive.expand.ZipToSrampArchiveContext
-
Gets an arbitrary object from the context's state.
- get(Class<T>) - Method in class org.overlord.sramp.atom.client.ClientRequest
-
- get() - Method in class org.overlord.sramp.atom.client.ClientRequest
-
- get(int) - Method in class org.overlord.sramp.client.audit.AuditResultSet
-
Gets an item at the given index.
- get(int) - Method in class org.overlord.sramp.client.query.QueryResultSet
-
Gets an item at the given index.
- get(int, int) - Method in class org.overlord.sramp.common.query.xpath.CharacterStream
-
Gets the token value represented by the given range.
- get() - Static method in class org.overlord.sramp.common.Version
-
- 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
-
- getArchivePath() - Method in class org.overlord.sramp.atom.archive.expand.DiscoveredArtifact
-
- getArchiveTypeHints() - Method in interface org.overlord.sramp.atom.archive.expand.registry.ZipToSrampArchiveProvider
-
Returns TypeHintInfo datastructure, which contains a list of path entries,
which can be used to determine the type of archive.
- getArgumentIndex() - Method in exception org.overlord.sramp.shell.api.InvalidCommandArgumentException
-
- getArguments() - Method in class org.overlord.sramp.common.query.xpath.ast.FunctionCall
-
- getArguments() - Method in class org.overlord.sramp.shell.api.AbstractShellCommand
-
Gets the command's arguments.
- getArtifactContent(ArtifactType, String) - Method in class org.overlord.sramp.client.SrampAtomApiClient
-
Gets the content for an artifact as an input stream.
- getArtifactContent(ArtifactSummary) - Method in class org.overlord.sramp.client.SrampAtomApiClient
-
Convenience method for getting the artifact content given an artifact summary (which are typically
returned when performing s-ramp queries).
- getArtifactFilter() - Method in class org.overlord.sramp.atom.archive.expand.ZipToSrampArchive
-
- getArtifactMetaData(String) - Method in class org.overlord.sramp.client.SrampAtomApiClient
-
Gets the full meta-data listing for an Artifact in the S-RAMP repository.
- getArtifactMetaData(ArtifactSummary) - Method in class org.overlord.sramp.client.SrampAtomApiClient
-
Convenience method to get the artifact meta-data given an artifact summary (which are typically
returned when performing s-ramp queries).
- getArtifactMetaData(ArtifactType, String) - Method in class org.overlord.sramp.client.SrampAtomApiClient
-
Gets the full meta-data listing for an Artifact in the S-RAMP repository.
- getArtifactModel() - Method in class org.overlord.sramp.common.query.xpath.ast.LocationPath
-
- getArtifacts() - Method in class org.overlord.sramp.atom.archive.expand.DiscoveredArtifacts
-
- 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
-
- getAuditEntry(String, String) - Method in class org.overlord.sramp.client.SrampAtomApiClient
-
Gets the full audit entry for the given artifact + audit event pair.
- 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.
- getAuditTrailForArtifact(String) - Method in class org.overlord.sramp.client.SrampAtomApiClient
-
Gets the audit trail for the artifact with the given UUID.
- getAuditTrailForArtifact(String, int, int) - Method in class org.overlord.sramp.client.SrampAtomApiClient
-
Gets the audit trail for the artifact with the given UUID.
- getAuditTrailForUser(String) - Method in class org.overlord.sramp.client.SrampAtomApiClient
-
Gets the audit trail for the artifact with the given UUID.
- getAuditTrailForUser(String, int, int) - Method in class org.overlord.sramp.client.SrampAtomApiClient
-
Gets the audit trail for the artifact with the given UUID.
- getBase() - Method in class org.overlord.sramp.client.ontology.OntologySummary
-
- 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.SrampOntologyClass
-
- getComment() - Method in class org.overlord.sramp.client.ontology.OntologySummary
-
- getComment() - Method in class org.overlord.sramp.common.ontology.SrampOntology
-
- getComment() - Method in class org.overlord.sramp.common.ontology.SrampOntology.SrampOntologyClass
-
- getConfigProperty(String, String) - Method in class org.overlord.sramp.common.Sramp
-
Gets a property from the s-ramp configuration.
- getContent() - Method in class org.overlord.sramp.atom.archive.expand.DiscoveredArtifact
-
Returns an
InputStream over the content of the artifact.
- getContext() - Method in class org.overlord.sramp.shell.api.AbstractShellCommand
-
- getCreatedBy() - Method in class org.overlord.sramp.client.ontology.OntologySummary
-
- getCreatedBy() - Method in class org.overlord.sramp.client.query.ArtifactSummary
-
- getCreatedBy() - Method in class org.overlord.sramp.common.ontology.SrampOntology
-
- getCreatedOn() - Method in class org.overlord.sramp.common.ontology.SrampOntology
-
- getCreatedTimestamp() - Method in class org.overlord.sramp.client.ontology.OntologySummary
-
- getCreatedTimestamp() - Method in class org.overlord.sramp.client.query.ArtifactSummary
-
- getCustomPropertiesByPrefix(String) - Method in class org.overlord.sramp.client.query.ArtifactSummary
-
Returns all custom properties included in the query result set that begin
with the given prefix.
- getCustomPropertiesByPrefix(BaseArtifactType, String) - Static method in class org.overlord.sramp.common.SrampModelUtils
-
Gets all properties with names that begin with the given prefix.
- getCustomProperty(BaseArtifactType, String) - Static method in class org.overlord.sramp.common.SrampModelUtils
-
Gets the value of one of the s-ramp custom properties.
- getCustomPropertyValue(String) - Method in class org.overlord.sramp.client.query.ArtifactSummary
-
Returns the value of a property included in the query result set.
- getDefaultPrefix() - Method in class org.overlord.sramp.common.query.xpath.XPathParser
-
- getDescription() - Method in class org.overlord.sramp.client.query.ArtifactSummary
-
- getEndpoint() - Method in class org.overlord.sramp.client.SrampAtomApiClient
-
- getEntries() - Method in class org.overlord.sramp.atom.archive.SrampArchive
-
Gets all of the entries found in this S-RAMP archive.
- getEntry(String) - Method in class org.overlord.sramp.atom.archive.SrampArchive
-
Gets a single entry in the archive by path.
- getEntryPath() - Method in class org.overlord.sramp.atom.archive.expand.CandidateArtifact
-
Gets the full name of the candidate artifact (the path within the
source JAR).
- 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
-
Gets the extended artifact type.
- getExtension() - Method in class org.overlord.sramp.atom.archive.expand.DiscoveredArtifact
-
- getFile() - Method in class org.overlord.sramp.atom.archive.expand.DiscoveredArtifact
-
- 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).
- getHeaderName() - Method in class org.overlord.sramp.client.auth.HttpHeaderAuthenticationProvider
-
- getHeaderValue() - Method in class org.overlord.sramp.client.auth.HttpHeaderAuthenticationProvider
-
- getId() - Method in class org.overlord.sramp.client.ontology.OntologySummary
-
- getId() - Method in class org.overlord.sramp.common.ontology.SrampOntology
-
- getId() - Method in class org.overlord.sramp.common.ontology.SrampOntology.SrampOntologyClass
-
- getInputStream(SrampArchiveEntry) - Method in class org.overlord.sramp.atom.archive.SrampArchive
-
Gets the content
InputStream for the given S-RAMP archive entry.
- getItemsPerPage() - Method in class org.overlord.sramp.client.audit.AuditResultSet
-
Returns the number of items per page in the result set, even if the
total number of items returned is less.
- getItemsPerPage() - Method in class org.overlord.sramp.client.query.QueryResultSet
-
Returns the number of items per page in the result set, even if the
total number of items returned is less.
- getJarEntry(String) - Method in class org.overlord.sramp.atom.archive.expand.ZipToSrampArchiveContext
-
Gets a
File for the given JAR-relative path.
- getJCRRepositoryName() - Method in class org.overlord.sramp.common.Sramp
-
- getKeys() - Method in class org.overlord.sramp.common.SystemPropertiesConfiguration
-
- getLabel() - Method in class org.overlord.sramp.client.ontology.OntologySummary
-
- 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
-
- getLabel() - Method in class org.overlord.sramp.common.ontology.SrampOntology.SrampOntologyClass
-
- getLastModifiedBy() - Method in class org.overlord.sramp.common.ontology.SrampOntology
-
- getLastModifiedOn() - Method in class org.overlord.sramp.common.ontology.SrampOntology
-
- getLastModifiedTimestamp() - Method in class org.overlord.sramp.client.ontology.OntologySummary
-
- getLastModifiedTimestamp() - Method in class org.overlord.sramp.client.query.ArtifactSummary
-
- getLeft() - Method in class org.overlord.sramp.common.query.xpath.ast.AbstractBinaryExpr
-
- getLiteral() - Method in class org.overlord.sramp.common.query.xpath.ast.PrimaryExpr
-
- getLocale() - Method in class org.overlord.sramp.client.SrampAtomApiClient
-
- getLocationPath() - Method in class org.overlord.sramp.common.query.xpath.ast.ArtifactSet
-
- getMavenReadOnlyUsername() - Method in class org.overlord.sramp.common.Sramp
-
- getMetaData() - Method in class org.overlord.sramp.atom.archive.expand.DiscoveredArtifact
-
- getMetaData() - Method in class org.overlord.sramp.atom.archive.SrampArchiveEntry
-
- getMetaDataFactory() - Method in class org.overlord.sramp.atom.archive.expand.ZipToSrampArchive
-
- 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
-
- getName() - Method in class org.overlord.sramp.atom.archive.expand.CandidateArtifact
-
Gets the name of the candidate artifact.
- getName() - Method in class org.overlord.sramp.atom.archive.expand.DiscoveredArtifact
-
Gets the short name of the artifact.
- getName() - Method in class org.overlord.sramp.client.query.ArtifactSummary
-
- getNamespace() - Method in interface org.overlord.sramp.shell.api.ShellCommandProvider
-
Returns the namespace provided by this command provider.
- 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
-
- getOntologies() - Method in class org.overlord.sramp.client.SrampAtomApiClient
-
Gets a list of all the ontologies currently installed in the S-RAMP repository.
- getOntology(String) - Method in class org.overlord.sramp.client.SrampAtomApiClient
-
Gets a single ontology by UUID.
- 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.SrampOntologyClass
-
- getPath() - Method in class org.overlord.sramp.atom.archive.SrampArchiveEntry
-
- getPathEntryHintMap() - Method in class org.overlord.sramp.atom.archive.expand.registry.TypeHintInfo
-
- 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
-
- getPriority() - Method in class org.overlord.sramp.atom.archive.expand.registry.TypeHintInfo
-
- 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
-
- getProvider(ArtifactType) - Static method in class org.overlord.sramp.atom.archive.expand.registry.ZipToSrampArchiveRegistry
-
Gets a provider for the given artifact type.
- 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
-
- getRootElement() - Method in class org.overlord.sramp.common.derived.AbstractXmlDeriver.XmlDeriverContext
-
- getServiceDocument() - Method in class org.overlord.sramp.client.SrampAtomApiClient
-
Gets the S-RAMP service document.
- getStartIndex() - Method in class org.overlord.sramp.client.audit.AuditResultSet
-
Returns the starting index for the result set.
- getStartIndex() - Method in class org.overlord.sramp.client.query.QueryResultSet
-
Returns the starting index for the result set.
- 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
-
- getTotalResults() - Method in class org.overlord.sramp.client.audit.AuditResultSet
-
Returns the total results matched by the query.
- getTotalResults() - Method in class org.overlord.sramp.client.query.QueryResultSet
-
Returns the total results matched by the query.
- getType() - Method in class org.overlord.sramp.client.audit.AuditEntrySummary
-
- getType() - Method in class org.overlord.sramp.client.query.ArtifactSummary
-
- 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.SrampOntologyClass
-
- getUuid() - Method in class org.overlord.sramp.client.audit.AuditEntrySummary
-
- getUuid() - Method in class org.overlord.sramp.client.ontology.OntologySummary
-
- getUuid() - Method in class org.overlord.sramp.client.query.ArtifactSummary
-
- getUuid() - Method in class org.overlord.sramp.common.ontology.SrampOntology
-
- getValidExtensions() - Method in class org.overlord.sramp.atom.archive.expand.DefaultArtifactFilter
-
Returns the
Set of valid extensions.
- getValue() - Method in class org.overlord.sramp.common.query.xpath.Token
-
- getVariable(QName) - Method in interface org.overlord.sramp.shell.api.ShellContext
-
Gets a variable from the context.
- getVariable(QName) - Method in class org.overlord.sramp.shell.api.SimpleShellContext
-
- getVersionDate() - Method in class org.overlord.sramp.common.Version
-
- getVersionString() - Method in class org.overlord.sramp.common.Version
-
- getWhen() - Method in class org.overlord.sramp.client.audit.AuditEntrySummary
-
- getWho() - Method in class org.overlord.sramp.client.audit.AuditEntrySummary
-
- getXpath() - Method in class org.overlord.sramp.common.derived.AbstractXmlDeriver.XmlDeriverContext
-
- getXPath() - Method in class org.overlord.sramp.common.query.xpath.visitors.XPathSerializationVisitor
-
Returns the x-path created by this visitor.
- index(File) - Method in class org.overlord.sramp.atom.archive.expand.DiscoveredArtifacts
-
Indexes all of the discovered artifacts using the given directory as the base directory
(for determining canonical archive paths).
- 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 - Class in org.overlord.sramp.common.derived
-
A List implementation that also indexes the WSDL related artifacts
added to it.
- IndexedArtifactCollection - Class in org.overlord.sramp.common.derived
-
A List implementation that also indexes the WSDL related artifacts
added to it.
- 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.
- inspectArchive(InputStream) - Static method in class org.overlord.sramp.atom.archive.expand.registry.ZipToSrampArchiveRegistry
-
Tries to match an ArchiveType based on the content of the archive.
- 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 - Class 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 - Class 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 - Class 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.
- InvalidArtifactUpdateException - Exception in org.overlord.sramp.common
-
Exception thrown when the user attempts to update an artifact incorrectly (for example
trying to update a non-document style artifact).
- InvalidArtifactUpdateException - Class in org.overlord.sramp.common
-
Exception thrown when the user attempts to update an artifact incorrectly (for example
trying to update a non-document style artifact).
- InvalidArtifactUpdateException - Class in org.overlord.sramp.common
-
Exception thrown when the user attempts to update an artifact incorrectly (for example
trying to update a non-document style artifact).
- InvalidArtifactUpdateException - Class in org.overlord.sramp.common
-
Exception thrown when the user attempts to update an artifact incorrectly (for example
trying to update a non-document style artifact).
- InvalidArtifactUpdateException(String) - Constructor for exception org.overlord.sramp.common.InvalidArtifactUpdateException
-
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 - Class 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 - Class 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 - Class 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.
- InvalidCommandArgumentException - Exception in org.overlord.sramp.shell.api
-
An exception thrown when an argument to a command is invalid.
- InvalidCommandArgumentException - Class in org.overlord.sramp.shell.api
-
An exception thrown when an argument to a command is invalid.
- InvalidCommandArgumentException - Class in org.overlord.sramp.shell.api
-
An exception thrown when an argument to a command is invalid.
- InvalidCommandArgumentException - Class in org.overlord.sramp.shell.api
-
An exception thrown when an argument to a command is invalid.
- InvalidCommandArgumentException(int, String) - Constructor for exception org.overlord.sramp.shell.api.InvalidCommandArgumentException
-
Constructor.
- isAuditingEnabled() - Method in class org.overlord.sramp.common.Sramp
-
- isDerived() - Method in class org.overlord.sramp.client.query.ArtifactSummary
-
- 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
-
- isDocument() - Method in class org.overlord.sramp.common.ArtifactType
-
- isDocument() - Method in enum org.overlord.sramp.common.ArtifactTypeEnum
-
- 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.client.query.ArtifactSummary
-
- 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.
- isSnapshotAllowed() - Method in class org.overlord.sramp.common.Sramp
-
- isTextDocumentArtifact(DocumentArtifactType) - Static method in class org.overlord.sramp.common.SrampModelUtils
-
Returns true if the artifact has text content.
- isValid(String) - Static method in class org.overlord.sramp.common.ArtifactType
-
Returns true if the given artifact type is valid.
- iterator() - Method in class org.overlord.sramp.atom.archive.expand.DiscoveredArtifacts
-
- iterator() - Method in class org.overlord.sramp.client.audit.AuditResultSet
-
- iterator() - Method in class org.overlord.sramp.client.query.QueryResultSet
-
- onAdd(Object) - Method in interface org.overlord.sramp.shell.api.ShellContextVariableLifecycleHandler
-
Called before the object is added to the context.
- onContextDestroyed(Object) - Method in interface org.overlord.sramp.shell.api.ShellContextVariableLifecycleHandler
-
Called when the shell context is destroyed.
- onRemove(Object) - Method in interface org.overlord.sramp.shell.api.ShellContextVariableLifecycleHandler
-
Called after the object has been removed from the context.
- OntologyAlreadyExistsException - Exception in org.overlord.sramp.common.ontology
-
Exception thrown when the user attempts to add an ontology that already exists.
- OntologyAlreadyExistsException - Class in org.overlord.sramp.common.ontology
-
Exception thrown when the user attempts to add an ontology that already exists.
- OntologyAlreadyExistsException - Class in org.overlord.sramp.common.ontology
-
Exception thrown when the user attempts to add an ontology that already exists.
- OntologyAlreadyExistsException - Class 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 - Class 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 - Class 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 - Class 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.
- OntologySummary - Class in org.overlord.sramp.client.ontology
-
Models a summary of a single S-RAMP ontology from a Feed.
- OntologySummary - Class in org.overlord.sramp.client.ontology
-
Models a summary of a single S-RAMP ontology from a Feed.
- OntologySummary - Class in org.overlord.sramp.client.ontology
-
Models a summary of a single S-RAMP ontology from a Feed.
- OntologySummary - Class in org.overlord.sramp.client.ontology
-
Models a summary of a single S-RAMP ontology from a Feed.
- OntologySummary(Entry) - Constructor for class org.overlord.sramp.client.ontology.OntologySummary
-
Constructor.
- OntologyUpdateException - Exception in org.overlord.sramp.common.ontology
-
Exception thrown when the user attempts to update an ontology but something went
wrong (the user did something wrong).
- OntologyUpdateException - Class in org.overlord.sramp.common.ontology
-
Exception thrown when the user attempts to update an ontology but something went
wrong (the user did something wrong).
- OntologyUpdateException - Class in org.overlord.sramp.common.ontology
-
Exception thrown when the user attempts to update an ontology but something went
wrong (the user did something wrong).
- OntologyUpdateException - Class in org.overlord.sramp.common.ontology
-
Exception thrown when the user attempts to update an ontology but something went
wrong (the user did something wrong).
- OntologyUpdateException(String) - Constructor for exception org.overlord.sramp.common.ontology.OntologyUpdateException
-
Constructor.
- OntologyValidator - Class in org.overlord.sramp.common.ontology
-
A simple ontology validator.
- OntologyValidator - Class in org.overlord.sramp.common.ontology
-
A simple ontology validator.
- OntologyValidator - Class in org.overlord.sramp.common.ontology
-
A simple ontology validator.
- OntologyValidator - Class in org.overlord.sramp.common.ontology
-
A simple ontology validator.
- OntologyValidator() - Constructor for class org.overlord.sramp.common.ontology.OntologyValidator
-
- onVariableAdded(QName, Object) - Method in interface org.overlord.sramp.shell.api.ShellContextEventHandler
-
Called when a variable is added to the context.
- onVariableChanged(QName, Object) - Method in interface org.overlord.sramp.shell.api.ShellContextEventHandler
-
Called when a variable is changed.
- onVariableRemoved(QName) - Method in interface org.overlord.sramp.shell.api.ShellContextEventHandler
-
Called when a variable is removed.
- optionalArgument(int) - Method in class org.overlord.sramp.shell.api.AbstractShellCommand
-
Returns the optional argument at the given index.
- optionalArgument(int, String) - Method in class org.overlord.sramp.shell.api.AbstractShellCommand
-
Returns the optional argument at the given index.
- orderBy(String) - Method in class org.overlord.sramp.client.SrampClientQuery
-
- OrExpr - Class in org.overlord.sramp.common.query.xpath.ast
-
An X-Path AND expression.
- OrExpr - Class in org.overlord.sramp.common.query.xpath.ast
-
An X-Path AND expression.
- OrExpr - Class in org.overlord.sramp.common.query.xpath.ast
-
An X-Path AND expression.
- 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.atom.archive - package org.overlord.sramp.atom.archive
-
- org.overlord.sramp.atom.archive.expand - package org.overlord.sramp.atom.archive.expand
-
- org.overlord.sramp.atom.archive.expand.registry - package org.overlord.sramp.atom.archive.expand.registry
-
- org.overlord.sramp.atom.client - package org.overlord.sramp.atom.client
-
- org.overlord.sramp.atom.err - package org.overlord.sramp.atom.err
-
- org.overlord.sramp.client - package org.overlord.sramp.client
-
- org.overlord.sramp.client.audit - package org.overlord.sramp.client.audit
-
- org.overlord.sramp.client.auth - package org.overlord.sramp.client.auth
-
- org.overlord.sramp.client.ontology - package org.overlord.sramp.client.ontology
-
- org.overlord.sramp.client.query - package org.overlord.sramp.client.query
-
- 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
-
- org.overlord.sramp.shell.api - package org.overlord.sramp.shell.api
-
- pack() - Method in class org.overlord.sramp.atom.archive.SrampArchive
-
Packs up the current contents of the S-RAMP archive into a single (.zip) file and
returns a reference to it.
- parameter(String) - Method in class org.overlord.sramp.client.SrampClientQuery
-
Sets a parameter on the query - this should match up to a ? in the
query template provided.
- parameter(int) - Method in class org.overlord.sramp.client.SrampClientQuery
-
Sets a parameter on the query - this should match up to a ? in the
query template provided.
- parameter(long) - Method in class org.overlord.sramp.client.SrampClientQuery
-
Sets a parameter on the query - this should match up to a ? in the
query template provided.
- parameter(double) - Method in class org.overlord.sramp.client.SrampClientQuery
-
Sets a parameter on the query - this should match up to a ? in the
query template provided.
- parameter(Date) - Method in class org.overlord.sramp.client.SrampClientQuery
-
Sets a parameter on the query - this should match up to a ? in the
query template provided.
- parameter(Calendar) - Method in class org.overlord.sramp.client.SrampClientQuery
-
Sets a parameter on the query.
- parameter(float) - Method in class org.overlord.sramp.client.SrampClientQuery
-
Sets a parameter on the query - this should match up to a ? in the
query template provided.
- parameter(Number) - Method in class org.overlord.sramp.client.SrampClientQuery
-
Sets a parameter on the query - this should match up to a ? in the
query template provided.
- PARENT_UUID - Static variable in class org.overlord.sramp.atom.archive.expand.DefaultMetaDataFactory
-
- 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 - Class in org.overlord.sramp.common.derived
-
Creates derived content from a Policy document.
- PolicyDeriver - Class in org.overlord.sramp.common.derived
-
Creates derived content from a Policy document.
- 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
-
- post(Class<T>) - Method in class org.overlord.sramp.atom.client.ClientRequest
-
- post() - Method in class org.overlord.sramp.atom.client.ClientRequest
-
- Predicate - Class in org.overlord.sramp.common.query.xpath.ast
-
Models a predicate.
- Predicate - Class in org.overlord.sramp.common.query.xpath.ast
-
Models a predicate.
- Predicate - Class in org.overlord.sramp.common.query.xpath.ast
-
Models a predicate.
- 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 - Class in org.overlord.sramp.common.query.xpath.ast
-
Models a primary expression.
- PrimaryExpr - Class in org.overlord.sramp.common.query.xpath.ast
-
Models a primary expression.
- 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.
- print(String, Object...) - Method in class org.overlord.sramp.shell.api.AbstractShellCommand
-
- print(String, Object...) - Method in interface org.overlord.sramp.shell.api.ShellCommand
-
Prints the given message to the output stream.
- printHelp() - Method in interface org.overlord.sramp.shell.api.ShellCommand
-
Prints the help text for this command.
- printUsage() - Method in interface org.overlord.sramp.shell.api.ShellCommand
-
Prints the usage help for this command.
- 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.
- promptForInput(String) - Method in interface org.overlord.sramp.shell.api.ShellContext
-
Prompts the user for some input.
- promptForInput(String) - Method in class org.overlord.sramp.shell.api.SimpleShellContext
-
- promptForPassword(String) - Method in interface org.overlord.sramp.shell.api.ShellContext
-
Prompts the user for a password.
- promptForPassword(String) - Method in class org.overlord.sramp.shell.api.SimpleShellContext
-
- 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
-
- propertyName(String) - Method in class org.overlord.sramp.client.SrampClientQuery
-
- provideAuthentication(HttpRequest) - Method in interface org.overlord.sramp.client.auth.AuthenticationProvider
-
Called by the S-RAMP atom API client to add authentication to the
HttpRequest.
- provideAuthentication(HttpRequest) - Method in class org.overlord.sramp.client.auth.HttpHeaderAuthenticationProvider
-
- provideCommands() - Method in interface org.overlord.sramp.shell.api.ShellCommandProvider
-
Called to get the collection of commands contributed by the provider.
- provideMetaData(BaseArtifactType) - Method in interface org.overlord.sramp.atom.archive.expand.MetaDataProvider
-
Provides additional meta-data for the artifact.
- put(String, Object) - Method in class org.overlord.sramp.atom.archive.expand.ZipToSrampArchiveContext
-
Stores an arbitrary object into the context's state.
- put(Class<T>) - Method in class org.overlord.sramp.atom.client.ClientRequest
-
- put() - Method in class org.overlord.sramp.atom.client.ClientRequest
-
- 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
-
- setArchivePath(String) - Method in class org.overlord.sramp.atom.archive.expand.DiscoveredArtifact
-
- setArgumentIndex(int) - Method in exception org.overlord.sramp.shell.api.InvalidCommandArgumentException
-
- setArguments(List<Argument>) - Method in class org.overlord.sramp.common.query.xpath.ast.FunctionCall
-
- setArguments(Arguments) - Method in class org.overlord.sramp.shell.api.AbstractShellCommand
-
- setArguments(Arguments) - Method in interface org.overlord.sramp.shell.api.ShellCommand
-
Sets the arguments that can be used by this command.
- setArtifactFilter(ArtifactFilter) - Method in class org.overlord.sramp.atom.archive.expand.ZipToSrampArchive
-
- setArtifactModel(String) - Method in class org.overlord.sramp.common.query.xpath.ast.LocationPath
-
- setArtifacts(Set<DiscoveredArtifact>) - Method in class org.overlord.sramp.atom.archive.expand.DiscoveredArtifacts
-
- 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.SrampOntologyClass>) - Method in class org.overlord.sramp.common.ontology.SrampOntology.SrampOntologyClass
-
- setComment(String) - Method in class org.overlord.sramp.common.ontology.SrampOntology
-
- setComment(String) - Method in class org.overlord.sramp.common.ontology.SrampOntology.SrampOntologyClass
-
- setContext(ZipToSrampArchiveContext) - Method in interface org.overlord.sramp.atom.archive.expand.ArtifactFilter
-
Called prior to creating the s-ramp archive.
- setContext(ZipToSrampArchiveContext) - Method in class org.overlord.sramp.atom.archive.expand.DefaultArtifactFilter
-
- setContext(ZipToSrampArchiveContext) - Method in class org.overlord.sramp.atom.archive.expand.DefaultMetaDataFactory
-
- setContext(ZipToSrampArchiveContext) - Method in interface org.overlord.sramp.atom.archive.expand.MetaDataFactory
-
Called prior to creating the s-ramp archive.
- setContext(ShellContext) - Method in class org.overlord.sramp.shell.api.AbstractShellCommand
-
- setContext(ShellContext) - Method in interface org.overlord.sramp.shell.api.ShellCommand
-
The shell context.
- setContextParam(String, Object) - Method in class org.overlord.sramp.atom.archive.expand.ZipToSrampArchive
-
Sets a context parameter.
- 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
-
Sets the extended type.
- setFile(File) - Method in class org.overlord.sramp.atom.archive.expand.DiscoveredArtifact
-
- 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
-
- setHeaderName(String) - Method in class org.overlord.sramp.client.auth.HttpHeaderAuthenticationProvider
-
- setHeaderValue(String) - Method in class org.overlord.sramp.client.auth.HttpHeaderAuthenticationProvider
-
- setId(String) - Method in class org.overlord.sramp.common.ontology.SrampOntology
-
- setId(String) - Method in class org.overlord.sramp.common.ontology.SrampOntology.SrampOntologyClass
-
- setLabel(String) - Method in class org.overlord.sramp.common.ontology.SrampOntology
-
- setLabel(String) - Method in class org.overlord.sramp.common.ontology.SrampOntology.SrampOntologyClass
-
- 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
-
- setLocale(Locale) - Method in class org.overlord.sramp.client.SrampAtomApiClient
-
- setLocationPath(LocationPath) - Method in class org.overlord.sramp.common.query.xpath.ast.ArtifactSet
-
- setMetaData(BaseArtifactType) - Method in class org.overlord.sramp.atom.archive.expand.DiscoveredArtifact
-
- setMetaData(BaseArtifactType) - Method in class org.overlord.sramp.atom.archive.SrampArchiveEntry
-
- setMetaDataFactory(MetaDataFactory) - Method in class org.overlord.sramp.atom.archive.expand.ZipToSrampArchive
-
- 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
-
- setOutput(Writer) - Method in class org.overlord.sramp.shell.api.AbstractShellCommand
-
- setOutput(Writer) - Method in interface org.overlord.sramp.shell.api.ShellCommand
-
Configure the command's output.
- setParent(SrampOntology.SrampOntologyClass) - Method in class org.overlord.sramp.common.ontology.SrampOntology.SrampOntologyClass
-
- setPath(String) - Method in class org.overlord.sramp.atom.archive.SrampArchiveEntry
-
- setPathEntryHintMap(Map<String, String>) - Method in class org.overlord.sramp.atom.archive.expand.registry.TypeHintInfo
-
- 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
-
- setPriority(Integer) - Method in class org.overlord.sramp.atom.archive.expand.registry.TypeHintInfo
-
- 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.SrampOntologyClass>) - Method in class org.overlord.sramp.common.ontology.SrampOntology
-
- setRootElement(Element) - Method in class org.overlord.sramp.common.derived.AbstractXmlDeriver.XmlDeriverContext
-
- 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.SrampOntologyClass
-
- setUuid(String) - Method in class org.overlord.sramp.common.ontology.SrampOntology
-
- setVariable(QName, Object) - Method in interface org.overlord.sramp.shell.api.ShellContext
-
Sets a variable in the context.
- setVariable(QName, Object, ShellContextVariableLifecycleHandler) - Method in interface org.overlord.sramp.shell.api.ShellContext
-
Sets a variable in the context.
- setVariable(QName, Object) - Method in class org.overlord.sramp.shell.api.SimpleShellContext
-
- setVariable(QName, Object, ShellContextVariableLifecycleHandler) - Method in class org.overlord.sramp.shell.api.SimpleShellContext
-
- setXpath(XPath) - Method in class org.overlord.sramp.common.derived.AbstractXmlDeriver.XmlDeriverContext
-
- ShellCommand - Interface in org.overlord.sramp.shell.api
-
Interface implemented by all shell commands.
- ShellCommand - Class in org.overlord.sramp.shell.api
-
Interface implemented by all shell commands.
- ShellCommand - Class in org.overlord.sramp.shell.api
-
Interface implemented by all shell commands.
- ShellCommand - Class in org.overlord.sramp.shell.api
-
Interface implemented by all shell commands.
- ShellCommandProvider - Interface in org.overlord.sramp.shell.api
-
Provides comands - used by the shell command factory when creating the map of
available shell commands.
- ShellCommandProvider - Class in org.overlord.sramp.shell.api
-
Provides comands - used by the shell command factory when creating the map of
available shell commands.
- ShellCommandProvider - Class in org.overlord.sramp.shell.api
-
Provides comands - used by the shell command factory when creating the map of
available shell commands.
- ShellCommandProvider - Class in org.overlord.sramp.shell.api
-
Provides comands - used by the shell command factory when creating the map of
available shell commands.
- ShellContext - Interface in org.overlord.sramp.shell.api
-
The context available to all shell commands.
- ShellContext - Class in org.overlord.sramp.shell.api
-
The context available to all shell commands.
- ShellContext - Class in org.overlord.sramp.shell.api
-
The context available to all shell commands.
- ShellContext - Class in org.overlord.sramp.shell.api
-
The context available to all shell commands.
- ShellContextEventHandler - Interface in org.overlord.sramp.shell.api
-
Implement this interface to listen for shell context events.
- ShellContextEventHandler - Class in org.overlord.sramp.shell.api
-
Implement this interface to listen for shell context events.
- ShellContextEventHandler - Class in org.overlord.sramp.shell.api
-
Implement this interface to listen for shell context events.
- ShellContextEventHandler - Class in org.overlord.sramp.shell.api
-
Implement this interface to listen for shell context events.
- ShellContextVariableLifecycleHandler - Interface in org.overlord.sramp.shell.api
-
Lifecycle handler for a shell context variable.
- ShellContextVariableLifecycleHandler - Class in org.overlord.sramp.shell.api
-
Lifecycle handler for a shell context variable.
- ShellContextVariableLifecycleHandler - Class in org.overlord.sramp.shell.api
-
Lifecycle handler for a shell context variable.
- ShellContextVariableLifecycleHandler - Class in org.overlord.sramp.shell.api
-
Lifecycle handler for a shell context variable.
- SimpleShellContext - Class in org.overlord.sramp.shell.api
-
- SimpleShellContext - Class in org.overlord.sramp.shell.api
-
- SimpleShellContext - Class in org.overlord.sramp.shell.api
-
- SimpleShellContext - Class in org.overlord.sramp.shell.api
-
- SimpleShellContext() - Constructor for class org.overlord.sramp.shell.api.SimpleShellContext
-
Constructor.
- size() - Method in class org.overlord.sramp.client.audit.AuditResultSet
-
Returns the number of artifacts that matched the query.
- size() - Method in class org.overlord.sramp.client.query.QueryResultSet
-
Returns the number of artifacts that matched the query.
- Sramp - Class in org.overlord.sramp.common
-
The core sramp configuration.
- Sramp - Class in org.overlord.sramp.common
-
The core sramp configuration.
- Sramp - Class in org.overlord.sramp.common
-
The core sramp configuration.
- Sramp - Class in org.overlord.sramp.common
-
The core sramp configuration.
- Sramp() - Constructor for class org.overlord.sramp.common.Sramp
-
Constructor.
- 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_CONFIG_JCR_REPO_JNDI - Static variable in class org.overlord.sramp.common.SrampConstants
-
- SRAMP_CONFIG_JCR_REPO_NAME - Static variable in class org.overlord.sramp.common.SrampConstants
-
- SRAMP_CONFIG_MAVEN_READONLY_USERNAME - 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_SNAPSHOT_ALLOWED - 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
-
- SrampArchive - Class in org.overlord.sramp.atom.archive
-
Models the archive format defined in the S-RAMP Atom Binding document.
- SrampArchive - Class in org.overlord.sramp.atom.archive
-
Models the archive format defined in the S-RAMP Atom Binding document.
- SrampArchive - Class in org.overlord.sramp.atom.archive
-
Models the archive format defined in the S-RAMP Atom Binding document.
- SrampArchive - Class in org.overlord.sramp.atom.archive
-
Models the archive format defined in the S-RAMP Atom Binding document.
- SrampArchive() - Constructor for class org.overlord.sramp.atom.archive.SrampArchive
-
Creates a new, empty S-RAMP archive.
- SrampArchive(File) - Constructor for class org.overlord.sramp.atom.archive.SrampArchive
-
Creates an S-RAMP archive from an existing archive file.
- SrampArchive(InputStream) - Constructor for class org.overlord.sramp.atom.archive.SrampArchive
-
- SrampArchiveEntry - Class in org.overlord.sramp.atom.archive
-
Models a single entry in an S-RAMP archive.
- SrampArchiveEntry - Class in org.overlord.sramp.atom.archive
-
Models a single entry in an S-RAMP archive.
- SrampArchiveEntry - Class in org.overlord.sramp.atom.archive
-
Models a single entry in an S-RAMP archive.
- SrampArchiveEntry - Class in org.overlord.sramp.atom.archive
-
Models a single entry in an S-RAMP archive.
- SrampArchiveEntry() - Constructor for class org.overlord.sramp.atom.archive.SrampArchiveEntry
-
Constructor.
- SrampArchiveEntry(String, File, File) - Constructor for class org.overlord.sramp.atom.archive.SrampArchiveEntry
-
Constructor.
- SrampArchiveException - Exception in org.overlord.sramp.atom.archive
-
Error thrown by the
SrampArchive whenever something goes wrong in there.
- SrampArchiveException - Class in org.overlord.sramp.atom.archive
-
Error thrown by the
SrampArchive whenever something goes wrong in there.
- SrampArchiveException - Class in org.overlord.sramp.atom.archive
-
Error thrown by the
SrampArchive whenever something goes wrong in there.
- SrampArchiveException - Class in org.overlord.sramp.atom.archive
-
Error thrown by the
SrampArchive whenever something goes wrong in there.
- SrampArchiveException() - Constructor for exception org.overlord.sramp.atom.archive.SrampArchiveException
-
Constructor.
- SrampArchiveException(String, Throwable) - Constructor for exception org.overlord.sramp.atom.archive.SrampArchiveException
-
Constructor.
- SrampArchiveException(String) - Constructor for exception org.overlord.sramp.atom.archive.SrampArchiveException
-
Constructor.
- SrampArchiveException(Throwable) - Constructor for exception org.overlord.sramp.atom.archive.SrampArchiveException
-
Constructor.
- SrampArchiveJaxbUtils - Class in org.overlord.sramp.atom.archive
-
Utility methods for using jaxb.
- SrampArchiveJaxbUtils - Class in org.overlord.sramp.atom.archive
-
Utility methods for using jaxb.
- SrampArchiveJaxbUtils - Class in org.overlord.sramp.atom.archive
-
Utility methods for using jaxb.
- SrampArchiveJaxbUtils - Class in org.overlord.sramp.atom.archive
-
Utility methods for using jaxb.
- SrampArchiveJaxbUtils() - Constructor for class org.overlord.sramp.atom.archive.SrampArchiveJaxbUtils
-
- SrampAtomApiClient - Class in org.overlord.sramp.client
-
Class used to communicate with the S-RAMP server via the S-RAMP Atom API.
- SrampAtomApiClient - Class in org.overlord.sramp.client
-
Class used to communicate with the S-RAMP server via the S-RAMP Atom API.
- SrampAtomApiClient - Class in org.overlord.sramp.client
-
Class used to communicate with the S-RAMP server via the S-RAMP Atom API.
- SrampAtomApiClient - Class in org.overlord.sramp.client
-
Class used to communicate with the S-RAMP server via the S-RAMP Atom API.
- SrampAtomApiClient(String) - Constructor for class org.overlord.sramp.client.SrampAtomApiClient
-
Constructor.
- SrampAtomApiClient(String, boolean) - Constructor for class org.overlord.sramp.client.SrampAtomApiClient
-
Constructor.
- SrampAtomApiClient(String, String, String, boolean) - Constructor for class org.overlord.sramp.client.SrampAtomApiClient
-
Constructor.
- SrampAtomApiClient(String, AuthenticationProvider, boolean) - Constructor for class org.overlord.sramp.client.SrampAtomApiClient
-
Constructor.
- SrampAtomException - Exception in org.overlord.sramp.atom.err
-
The exception thrown by the Atom layer whenever something goes horribly, horribly wrong.
- SrampAtomException - Class in org.overlord.sramp.atom.err
-
The exception thrown by the Atom layer whenever something goes horribly, horribly wrong.
- SrampAtomException - Class in org.overlord.sramp.atom.err
-
The exception thrown by the Atom layer whenever something goes horribly, horribly wrong.
- SrampAtomException - Class in org.overlord.sramp.atom.err
-
The exception thrown by the Atom layer whenever something goes horribly, horribly wrong.
- SrampAtomException() - Constructor for exception org.overlord.sramp.atom.err.SrampAtomException
-
Constructor.
- SrampAtomException(String) - Constructor for exception org.overlord.sramp.atom.err.SrampAtomException
-
Constructor.
- SrampAtomException(String, Throwable) - Constructor for exception org.overlord.sramp.atom.err.SrampAtomException
-
Constructor.
- SrampAtomException(Throwable) - Constructor for exception org.overlord.sramp.atom.err.SrampAtomException
-
Constructor.
- SrampAtomException(String, String) - Constructor for exception org.overlord.sramp.atom.err.SrampAtomException
-
Constructor.
- SrampClientException - Exception in org.overlord.sramp.client
-
Exception thrown by the S-RAMP client when an error of some kind is encountered.
- SrampClientException - Class in org.overlord.sramp.client
-
Exception thrown by the S-RAMP client when an error of some kind is encountered.
- SrampClientException - Class in org.overlord.sramp.client
-
Exception thrown by the S-RAMP client when an error of some kind is encountered.
- SrampClientException - Class in org.overlord.sramp.client
-
Exception thrown by the S-RAMP client when an error of some kind is encountered.
- SrampClientException() - Constructor for exception org.overlord.sramp.client.SrampClientException
-
Constructor.
- SrampClientException(String) - Constructor for exception org.overlord.sramp.client.SrampClientException
-
Constructor.
- SrampClientException(String, Throwable) - Constructor for exception org.overlord.sramp.client.SrampClientException
-
Constructor.
- SrampClientException(Throwable) - Constructor for exception org.overlord.sramp.client.SrampClientException
-
Constructor.
- SrampClientQuery - Class in org.overlord.sramp.client
-
- SrampClientQuery - Class in org.overlord.sramp.client
-
- SrampClientQuery - Class in org.overlord.sramp.client
-
- SrampClientQuery - Class in org.overlord.sramp.client
-
- SrampClientQuery(SrampAtomApiClient, String) - Constructor for class org.overlord.sramp.client.SrampClientQuery
-
Constructor.
- SrampConstants - Class in org.overlord.sramp.common
-
Some S-RAMP constants.
- SrampConstants - Class in org.overlord.sramp.common
-
Some S-RAMP constants.
- SrampConstants - Class in org.overlord.sramp.common
-
Some S-RAMP constants.
- 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 - Class in org.overlord.sramp.common
-
Base class for all S-RAMP related exceptions.
- SrampException - Class in org.overlord.sramp.common
-
Base class for all S-RAMP related exceptions.
- SrampException - Class 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 - Class in org.overlord.sramp.common
-
A collection of utilities for dealing with the s-ramp models.
- SrampModelUtils - Class in org.overlord.sramp.common
-
A collection of utilities for dealing with the s-ramp models.
- 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 - Class in org.overlord.sramp.common.ontology
-
Models an s-ramp ontology.
- SrampOntology - Class in org.overlord.sramp.common.ontology
-
Models an s-ramp ontology.
- 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.SrampOntologyClass - Class in org.overlord.sramp.common.ontology
-
Models a single class in an s-ramp ontology.
- SrampOntology.SrampOntologyClass() - Constructor for class org.overlord.sramp.common.ontology.SrampOntology.SrampOntologyClass
-
Constructor.
- SrampServerException - Exception in org.overlord.sramp.common
-
Exception thrown when the server fails unexpectedly (e.g.
- SrampServerException - Class in org.overlord.sramp.common
-
Exception thrown when the server fails unexpectedly (e.g.
- SrampServerException - Class in org.overlord.sramp.common
-
Exception thrown when the server fails unexpectedly (e.g.
- SrampServerException - Class 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 - Class in org.overlord.sramp.common
-
Exception thrown when the user/client did something they shouldn't have done.
- SrampUserException - Class in org.overlord.sramp.common
-
Exception thrown when the user/client did something they shouldn't have done.
- SrampUserException - Class 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.
- startIndex(int) - Method in class org.overlord.sramp.client.SrampClientQuery
-
- 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 - 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 - 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 - 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 - Class in org.overlord.sramp.common.query.xpath.ast
-
Models a subartifact set.
- SubartifactSet - Class in org.overlord.sramp.common.query.xpath.ast
-
Models a subartifact set.
- 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 - Class in org.overlord.sramp.common
-
A Configuration implementation based on the current java system
properties.
- SystemPropertiesConfiguration - Class in org.overlord.sramp.common
-
A Configuration implementation based on the current java system
properties.
- 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.
- validateOntology(SrampOntology) - Static method in class org.overlord.sramp.common.ontology.OntologyValidator
-
Validates the ontology.
- validExtensions - Static variable in class org.overlord.sramp.atom.archive.expand.DefaultArtifactFilter
-
- 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, Boolean) - Static method in class org.overlord.sramp.common.ArtifactType
-
Determines the ArtifactType from the model and type.
- 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
-
- 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.
- Version - Class in org.overlord.sramp.common
-
Accessor - used to get the current version of the engine.
- Version - Class in org.overlord.sramp.common
-
Accessor - used to get the current version of the engine.
- Version - Class in org.overlord.sramp.common
-
Accessor - used to get the current version of the engine.
- Version - Class in org.overlord.sramp.common
-
Accessor - used to get the current version of the engine.
- 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.