- AbstractArtifactVisitor - Class in org.artificer.common.visitors
-
A base class for visitors that are only interested in implementing a subset
of the methods in the interface.
- AbstractArtifactVisitor() - Constructor for class org.artificer.common.visitors.AbstractArtifactVisitor
-
Default constructor.
- AbstractBinaryExpr<L extends AbstractXPathNode,R extends AbstractXPathNode> - Class in org.artificer.common.query.xpath.ast
-
Base class for binary expressions.
- AbstractBinaryExpr() - Constructor for class org.artificer.common.query.xpath.ast.AbstractBinaryExpr
-
Default constructor.
- AbstractXPathNode - Class in org.artificer.common.query.xpath.ast
-
Base class for all S-RAMP XPath Query AST models.
- AbstractXPathNode() - Constructor for class org.artificer.common.query.xpath.ast.AbstractXPathNode
-
Default constructor.
- accept(XPathVisitor) - Method in class org.artificer.common.query.xpath.ast.AbstractXPathNode
-
Accepts a visitor.
- accept(XPathVisitor) - Method in class org.artificer.common.query.xpath.ast.AndExpr
-
- accept(XPathVisitor) - Method in class org.artificer.common.query.xpath.ast.Argument
-
- accept(XPathVisitor) - Method in class org.artificer.common.query.xpath.ast.ArtifactSet
-
- accept(XPathVisitor) - Method in class org.artificer.common.query.xpath.ast.EqualityExpr
-
- accept(XPathVisitor) - Method in class org.artificer.common.query.xpath.ast.Expr
-
- accept(XPathVisitor) - Method in class org.artificer.common.query.xpath.ast.ForwardPropertyStep
-
- accept(XPathVisitor) - Method in class org.artificer.common.query.xpath.ast.FunctionCall
-
- accept(XPathVisitor) - Method in class org.artificer.common.query.xpath.ast.LocationPath
-
- accept(XPathVisitor) - Method in class org.artificer.common.query.xpath.ast.OrExpr
-
- accept(XPathVisitor) - Method in class org.artificer.common.query.xpath.ast.Predicate
-
- accept(XPathVisitor) - Method in class org.artificer.common.query.xpath.ast.PrimaryExpr
-
- accept(XPathVisitor) - Method in class org.artificer.common.query.xpath.ast.Query
-
- accept(XPathVisitor) - Method in class org.artificer.common.query.xpath.ast.RelationshipPath
-
- accept(XPathVisitor) - Method in class org.artificer.common.query.xpath.ast.SubartifactSet
-
- addAuditEntry(String, AuditEntry) - Method in class org.artificer.client.ArtificerAtomApiClient
-
Adds a new audit entry on the artifact with the given UUID.
- addComment(String, ArtifactType, String) - Method in class org.artificer.client.ArtificerAtomApiClient
-
- addEntry(String, BaseArtifactType, InputStream) - Method in class org.artificer.atom.archive.ArtificerArchive
-
Adds an entry to the S-RAMP archive.
- addGenericRelationship(BaseArtifactType, String, String, Map<QName, String>, Map<QName, String>) - Static method in class org.artificer.common.ArtificerModelUtils
-
Adds a new generic Relationship
to the artifact.
- addGenericRelationship(BaseArtifactType, String, String) - Static method in class org.artificer.common.ArtificerModelUtils
-
Adds a new generic Relationship
to the artifact.
- addMapping(String, String) - Method in class org.artificer.common.query.xpath.StaticNamespaceContext
-
Adds a mapping.
- addOntology(RDF) - Method in class org.artificer.client.ArtificerAtomApiClient
-
Adds on ontology in RDF format to the S-RAMP repository.
- addPropertyDirect(String, Object) - Method in class org.artificer.common.SystemPropertiesConfiguration
-
- addToken(String, TokenType) - Method in class org.artificer.common.query.xpath.TokenStream
-
Adds a token to the stream.
- AndExpr - Class in org.artificer.common.query.xpath.ast
-
An X-Path AND expression.
- AndExpr() - Constructor for class org.artificer.common.query.xpath.ast.AndExpr
-
Default constructor.
- APPLICATION_ARTIFICER_CONFLICT_EXCEPTION - Static variable in class org.artificer.common.MediaType
-
"application/artificer-conflict-exception"
- APPLICATION_ARTIFICER_CONFLICT_EXCEPTION_TYPE - Static variable in class org.artificer.common.MediaType
-
- APPLICATION_ARTIFICER_NOTFOUND_EXCEPTION - Static variable in class org.artificer.common.MediaType
-
"application/artificer-notfound-exception"
- APPLICATION_ARTIFICER_NOTFOUND_EXCEPTION_TYPE - Static variable in class org.artificer.common.MediaType
-
- APPLICATION_ARTIFICER_SERVER_EXCEPTION - Static variable in class org.artificer.common.MediaType
-
"application/artificer-server-exception"
- APPLICATION_ARTIFICER_SERVER_EXCEPTION_TYPE - Static variable in class org.artificer.common.MediaType
-
- APPLICATION_ARTIFICER_WRONGMODEL_EXCEPTION - Static variable in class org.artificer.common.MediaType
-
"application/artificer-wrongmodel-exception"
- APPLICATION_ARTIFICER_WRONGMODEL_EXCEPTION_TYPE - Static variable in class org.artificer.common.MediaType
-
- APPLICATION_ATOM_XML_ENTRY - Static variable in class org.artificer.common.MediaType
-
"application/atom+xml;type=entry"
- APPLICATION_ATOM_XML_ENTRY_TYPE - Static variable in class org.artificer.common.MediaType
-
- APPLICATION_ATOM_XML_FEED - Static variable in class org.artificer.common.MediaType
-
"application/atom+xml;type=feed"
- APPLICATION_ATOM_XML_FEED_TYPE - Static variable in class org.artificer.common.MediaType
-
- APPLICATION_ATOM_XML_UTF8 - Static variable in class org.artificer.common.MediaType
-
"application/atom+xml;charset=utf-8"
- APPLICATION_ATOM_XML_UTF8_TYPE - Static variable in class org.artificer.common.MediaType
-
- APPLICATION_AUDIT_ENTRY_XML - Static variable in class org.artificer.common.MediaType
-
"application/auditEntry+xml"
- APPLICATION_AUDIT_ENTRY_XML_TYPE - Static variable in class org.artificer.common.MediaType
-
- APPLICATION_RDF_XML - Static variable in class org.artificer.common.MediaType
-
"application/rdf+xml"
- APPLICATION_RDF_XML_TYPE - Static variable in class org.artificer.common.MediaType
-
- APPLICATION_ZIP - Static variable in class org.artificer.common.MediaType
-
"application/zip"
- ArchiveUtils - Class in org.artificer.atom.archive
-
Some general porpoise utils for working with archives.
- ArchiveUtils() - Constructor for class org.artificer.atom.archive.ArchiveUtils
-
- areNext(char...) - Method in class org.artificer.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.artificer.common.query.xpath.ast
-
Models an argument (to a function call).
- Argument() - Constructor for class org.artificer.common.query.xpath.ast.Argument
-
Default constructor.
- ARTIFACT_ADD - Static variable in class org.artificer.common.audit.AuditEntryTypes
-
- ARTIFACT_DELETE - Static variable in class org.artificer.common.audit.AuditEntryTypes
-
- ARTIFACT_UPDATE - Static variable in class org.artificer.common.audit.AuditEntryTypes
-
- artifactConflict(String) - Static method in exception org.artificer.common.error.ArtificerConflictException
-
- ArtifactContent - Class in org.artificer.common
-
When S-RAMP is handed content's InputStream, it needs to be read multiple times (multiple times in the
extensions, then again for persistence), some of which automatically close the stream.
- ArtifactContent(String, InputStream) - Constructor for class org.artificer.common.ArtifactContent
-
- ArtifactContent(String, File) - Constructor for class org.artificer.common.ArtifactContent
-
- artifactNotFound(String) - Static method in exception org.artificer.common.error.ArtificerNotFoundException
-
- ArtifactSet - Class in org.artificer.common.query.xpath.ast
-
Models the artifact-set portion of an S-RAMP Query.
- ArtifactSet() - Constructor for class org.artificer.common.query.xpath.ast.ArtifactSet
-
Default constructor.
- ArtifactSummary - Class in org.artificer.common.query
-
Models a summary of a single artifact from a query result.
- ArtifactSummary() - Constructor for class org.artificer.common.query.ArtifactSummary
-
- ArtifactSummary(String, String, String, String) - Constructor for class org.artificer.common.query.ArtifactSummary
-
- ArtifactSummary(String, String, String, String, String, boolean, boolean) - Constructor for class org.artificer.common.query.ArtifactSummary
-
- ArtifactSummary(String, String, String, String, String, boolean, boolean, Calendar, String, Calendar) - Constructor for class org.artificer.common.query.ArtifactSummary
-
- ArtifactType - Class in org.artificer.common
-
A class representing all of the Artifact Types defined by S-RAMP.
- ArtifactTypeEnum - Enum in org.artificer.common
-
An enum representing all of the Artifact Types defined by S-RAMP.
- ArtifactVerifier - Class in org.artificer.common
-
This visitor verifies numerous logical and spec-required constraints on artifact creations and updates.
- ArtifactVerifier(ArtifactType) - Constructor for class org.artificer.common.ArtifactVerifier
-
- ArtifactVerifier(BaseArtifactType, ArtifactType) - Constructor for class org.artificer.common.ArtifactVerifier
-
- ArtifactVisitor - Interface in org.artificer.common.visitors
-
An interface for visiting an S-RAMP artifact.
- ArtifactVisitorHelper - Class in org.artificer.common.visitors
-
Helper class used to visit S-RAMP artifacts.
- ArtifactVisitorHelper() - Constructor for class org.artificer.common.visitors.ArtifactVisitorHelper
-
- ARTIFICER_CONFIG_AUDITING - Static variable in class org.artificer.common.ArtificerConstants
-
- ARTIFICER_CONFIG_BASEURL - Static variable in class org.artificer.common.ArtificerConstants
-
- ARTIFICER_CONFIG_DERIVED_AUDITING - Static variable in class org.artificer.common.ArtificerConstants
-
- ARTIFICER_CONFIG_EVENT_JMS_CONNECTIONFACTORY - Static variable in class org.artificer.common.ArtificerConstants
-
- ARTIFICER_CONFIG_EVENT_JMS_ENABLED - Static variable in class org.artificer.common.ArtificerConstants
-
- ARTIFICER_CONFIG_EVENT_JMS_QUEUES - Static variable in class org.artificer.common.ArtificerConstants
-
- ARTIFICER_CONFIG_EVENT_JMS_TOPICS - Static variable in class org.artificer.common.ArtificerConstants
-
- ARTIFICER_CONFIG_FILE_NAME - Static variable in class org.artificer.common.ArtificerConstants
-
- ARTIFICER_CONFIG_FILE_REFRESH - Static variable in class org.artificer.common.ArtificerConstants
-
- ARTIFICER_CONFIG_MAVEN_READONLY_USERNAME - Static variable in class org.artificer.common.ArtificerConstants
-
- ARTIFICER_CONFIG_REPO_PROVIDER - Static variable in class org.artificer.common.ArtificerConstants
-
- ARTIFICER_CUSTOM_EXTENSION_DIR - Static variable in class org.artificer.common.ArtificerConstants
-
- ARTIFICER_EXPANDED_FROM_ARCHIVE - Static variable in class org.artificer.common.ArtificerConstants
-
- ARTIFICER_EXPANDED_FROM_ARCHIVE_PATH - Static variable in class org.artificer.common.ArtificerConstants
-
- ARTIFICER_EXPANDED_FROM_ARCHIVE_PATH_QNAME - Static variable in class org.artificer.common.ArtificerConstants
-
- ARTIFICER_EXPANDED_FROM_ARCHIVE_QNAME - Static variable in class org.artificer.common.ArtificerConstants
-
- ARTIFICER_EXPANDED_FROM_ARCHIVE_UUID - Static variable in class org.artificer.common.ArtificerConstants
-
- ARTIFICER_EXPANDED_FROM_ARCHIVE_UUID_QNAME - Static variable in class org.artificer.common.ArtificerConstants
-
- ARTIFICER_FILE_STORAGE - Static variable in class org.artificer.common.ArtificerConstants
-
- ARTIFICER_FILE_STORAGE_FILESYSTEM_PATH - Static variable in class org.artificer.common.ArtificerConstants
-
- ARTIFICER_NS - Static variable in class org.artificer.common.ArtificerConstants
-
- ARTIFICER_PREFIX - Static variable in class org.artificer.common.ArtificerConstants
-
- ARTIFICER_RELATIONSHIP_GENERIC - Static variable in class org.artificer.common.ArtificerConstants
-
- ARTIFICER_RELATIONSHIP_GENERIC_QNAME - Static variable in class org.artificer.common.ArtificerConstants
-
- ARTIFICER_RELATIONSHIP_TYPE - Static variable in class org.artificer.common.ArtificerConstants
-
- ARTIFICER_RELATIONSHIP_TYPE_QNAME - Static variable in class org.artificer.common.ArtificerConstants
-
- ARTIFICER_SNAPSHOT_ALLOWED - Static variable in class org.artificer.common.ArtificerConstants
-
- ArtificerArchive - Class in org.artificer.atom.archive
-
Models the archive format defined in the S-RAMP Atom Binding document.
- ArtificerArchive() - Constructor for class org.artificer.atom.archive.ArtificerArchive
-
Creates a new, empty S-RAMP archive.
- ArtificerArchive(File) - Constructor for class org.artificer.atom.archive.ArtificerArchive
-
Creates an S-RAMP archive from an existing archive file.
- ArtificerArchive(InputStream) - Constructor for class org.artificer.atom.archive.ArtificerArchive
-
- ArtificerArchiveEntry - Class in org.artificer.atom.archive
-
Models a single entry in an S-RAMP archive.
- ArtificerArchiveEntry() - Constructor for class org.artificer.atom.archive.ArtificerArchiveEntry
-
Constructor.
- ArtificerArchiveEntry(String, File, File) - Constructor for class org.artificer.atom.archive.ArtificerArchiveEntry
-
Constructor.
- ArtificerArchiveException - Exception in org.artificer.atom.archive
-
- ArtificerArchiveException() - Constructor for exception org.artificer.atom.archive.ArtificerArchiveException
-
Constructor.
- ArtificerArchiveException(String, Throwable) - Constructor for exception org.artificer.atom.archive.ArtificerArchiveException
-
Constructor.
- ArtificerArchiveException(String) - Constructor for exception org.artificer.atom.archive.ArtificerArchiveException
-
Constructor.
- ArtificerArchiveException(Throwable) - Constructor for exception org.artificer.atom.archive.ArtificerArchiveException
-
Constructor.
- ArtificerArchiveJaxbUtils - Class in org.artificer.atom.archive
-
Utility methods for using jaxb.
- ArtificerArchiveJaxbUtils() - Constructor for class org.artificer.atom.archive.ArtificerArchiveJaxbUtils
-
- ArtificerAtomApiClient - Class in org.artificer.client
-
Class used to communicate with the S-RAMP server via the S-RAMP Atom API.
- ArtificerAtomApiClient(String) - Constructor for class org.artificer.client.ArtificerAtomApiClient
-
Constructor.
- ArtificerAtomApiClient(String, boolean) - Constructor for class org.artificer.client.ArtificerAtomApiClient
-
Constructor.
- ArtificerAtomApiClient(String, String, String, boolean) - Constructor for class org.artificer.client.ArtificerAtomApiClient
-
Constructor.
- ArtificerAtomApiClient(String, AuthenticationProvider, boolean) - Constructor for class org.artificer.client.ArtificerAtomApiClient
-
Constructor.
- ArtificerAtomException - Exception in org.artificer.atom.err
-
The exception thrown by the Atom layer whenever something goes horribly, horribly wrong.
- ArtificerAtomException() - Constructor for exception org.artificer.atom.err.ArtificerAtomException
-
Constructor.
- ArtificerAtomException(String) - Constructor for exception org.artificer.atom.err.ArtificerAtomException
-
Constructor.
- ArtificerAtomException(String, Throwable) - Constructor for exception org.artificer.atom.err.ArtificerAtomException
-
Constructor.
- ArtificerAtomException(Throwable) - Constructor for exception org.artificer.atom.err.ArtificerAtomException
-
Constructor.
- ArtificerClientException - Exception in org.artificer.client
-
Exception thrown by the S-RAMP client when an error of some kind is encountered.
- ArtificerClientException() - Constructor for exception org.artificer.client.ArtificerClientException
-
Constructor.
- ArtificerClientException(String) - Constructor for exception org.artificer.client.ArtificerClientException
-
Constructor.
- ArtificerClientException(String, Throwable) - Constructor for exception org.artificer.client.ArtificerClientException
-
Constructor.
- ArtificerClientException(Throwable) - Constructor for exception org.artificer.client.ArtificerClientException
-
Constructor.
- ArtificerClientQuery - Class in org.artificer.client
-
- ArtificerClientQuery(ArtificerAtomApiClient, String) - Constructor for class org.artificer.client.ArtificerClientQuery
-
Constructor.
- ArtificerConfig - Class in org.artificer.common
-
The core sramp configuration.
- ArtificerConfig() - Constructor for class org.artificer.common.ArtificerConfig
-
- ArtificerConflictException - Exception in org.artificer.common.error
-
Superclass for Exceptions that result in 409/CONFLICT responses.
- ArtificerConflictException() - Constructor for exception org.artificer.common.error.ArtificerConflictException
-
- ArtificerConflictException(String) - Constructor for exception org.artificer.common.error.ArtificerConflictException
-
- ArtificerConflictException(String, String) - Constructor for exception org.artificer.common.error.ArtificerConflictException
-
- ArtificerConstants - Class in org.artificer.common
-
Some S-RAMP constants.
- ArtificerConstants() - Constructor for class org.artificer.common.ArtificerConstants
-
- ArtificerException - Exception in org.artificer.common
-
Base class for all S-RAMP related exceptions.
- ArtificerException() - Constructor for exception org.artificer.common.ArtificerException
-
Constructor.
- ArtificerException(String) - Constructor for exception org.artificer.common.ArtificerException
-
Constructor.
- ArtificerException(String, Throwable) - Constructor for exception org.artificer.common.ArtificerException
-
Constructor.
- ArtificerException(Throwable) - Constructor for exception org.artificer.common.ArtificerException
-
Constructor.
- ArtificerModelUtils - Class in org.artificer.common
-
A collection of utilities for dealing with the s-ramp models.
- ArtificerModelUtils() - Constructor for class org.artificer.common.ArtificerModelUtils
-
- ArtificerNotFoundException - Exception in org.artificer.common.error
-
- ArtificerNotFoundException() - Constructor for exception org.artificer.common.error.ArtificerNotFoundException
-
- ArtificerNotFoundException(String) - Constructor for exception org.artificer.common.error.ArtificerNotFoundException
-
- ArtificerNotFoundException(String, String) - Constructor for exception org.artificer.common.error.ArtificerNotFoundException
-
- ArtificerOntology - Class in org.artificer.common.ontology
-
Models an s-ramp ontology.
- ArtificerOntology() - Constructor for class org.artificer.common.ontology.ArtificerOntology
-
- ArtificerOntologyClass - Class in org.artificer.common.ontology
-
Models a single class in an s-ramp ontology.
- ArtificerOntologyClass() - Constructor for class org.artificer.common.ontology.ArtificerOntologyClass
-
- ArtificerServerException - Exception in org.artificer.common.error
-
- ArtificerServerException() - Constructor for exception org.artificer.common.error.ArtificerServerException
-
Constructor.
- ArtificerServerException(String) - Constructor for exception org.artificer.common.error.ArtificerServerException
-
Constructor.
- ArtificerServerException(String, Throwable) - Constructor for exception org.artificer.common.error.ArtificerServerException
-
Constructor.
- ArtificerServerException(Throwable) - Constructor for exception org.artificer.common.error.ArtificerServerException
-
Constructor.
- ArtificerServerException(String, String) - Constructor for exception org.artificer.common.error.ArtificerServerException
-
Constructor.
- ArtificerUserException - Exception in org.artificer.common.error
-
Exception thrown when the user/client did something they shouldn't have done.
- ArtificerUserException() - Constructor for exception org.artificer.common.error.ArtificerUserException
-
Constructor.
- ArtificerUserException(String) - Constructor for exception org.artificer.common.error.ArtificerUserException
-
Constructor.
- ArtificerUserException(String, Throwable) - Constructor for exception org.artificer.common.error.ArtificerUserException
-
Constructor.
- ArtificerUserException(String, String) - Constructor for exception org.artificer.common.error.ArtificerUserException
-
- ArtificerUserException(Throwable) - Constructor for exception org.artificer.common.error.ArtificerUserException
-
Constructor.
- ArtificerWrongModelException - Exception in org.artificer.common.error
-
Thrown when an artifact is published to the incorrect model.
- ArtificerWrongModelException(String) - Constructor for exception org.artificer.common.error.ArtificerWrongModelException
-
- ArtificerWrongModelException(String, String) - Constructor for exception org.artificer.common.error.ArtificerWrongModelException
-
- ascending() - Method in class org.artificer.client.ArtificerClientQuery
-
Sets ascending to true.
- auditEntryNotFound(String, String) - Static method in exception org.artificer.common.error.ArtificerUserException
-
- AuditEntrySummary - Class in org.artificer.client.audit
-
Models a summary of a single S-RAMP audit entry.
- AuditEntrySummary(Entry) - Constructor for class org.artificer.client.audit.AuditEntrySummary
-
Constructor.
- AuditEntryTypes - Class in org.artificer.common.audit
-
Some basic built-in audit entry types.
- AuditEntryTypes() - Constructor for class org.artificer.common.audit.AuditEntryTypes
-
- AuditItemTypes - Class in org.artificer.common.audit
-
Some basic built-in audit item types.
- AuditItemTypes() - Constructor for class org.artificer.common.audit.AuditItemTypes
-
- AuditResultSet - Class in org.artificer.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.artificer.client.audit.AuditResultSet
-
Constructor.
- AuditUtils - Class in org.artificer.common.audit
-
Some util methods for dealing with audit data structures.
- AuditUtils() - Constructor for class org.artificer.common.audit.AuditUtils
-
- AuthenticationProvider - Interface in org.artificer.client.auth
-
Clients can supply their own authentication implementation by
implementing this interface.
- AuthorizationHeaderAuthenticationProvider - Class in org.artificer.client.auth
-
Provides authentication via the Authorization HTTP header.
- AuthorizationHeaderAuthenticationProvider() - Constructor for class org.artificer.client.auth.AuthorizationHeaderAuthenticationProvider
-
Constructor.
- AuthorizationHeaderAuthenticationProvider(String) - Constructor for class org.artificer.client.auth.AuthorizationHeaderAuthenticationProvider
-
Constructor.
- canConsume(String) - Method in class org.artificer.common.query.xpath.TokenStream
-
Attempts to consume a token that matches any of the given token values.
- canConsume(String...) - Method in class org.artificer.common.query.xpath.TokenStream
-
Attempts to consume the next n tokens, but only if they match the given token values.
- canConsumeAnyOf(String...) - Method in class org.artificer.common.query.xpath.TokenStream
-
Attempts to consume a token that matches any of the given token values.
- CharacterStream - Class in org.artificer.common.query.xpath
-
A stream of character data.
- CharacterStream(String) - Constructor for class org.artificer.common.query.xpath.CharacterStream
-
Constructor.
- classifierConstraint(String) - Static method in exception org.artificer.common.error.ArtificerConflictException
-
- CLASSIFIERS_ADDED - Static variable in class org.artificer.common.audit.AuditItemTypes
-
- CLASSIFIERS_REMOVED - Static variable in class org.artificer.common.audit.AuditItemTypes
-
- cleanup() - Method in class org.artificer.common.ArtifactContent
-
- ClientRequest - Class in org.artificer.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.artificer.client.ClientRequest
-
Constructor.
- ClientRequest(String, ClientExecutor) - Constructor for class org.artificer.client.ClientRequest
-
Constructor.
- close() - Method in class org.artificer.atom.archive.ArtificerArchive
-
The S-RAMP archive should always be closed when the client is done with it.
- closeQuietly(ArtificerArchive) - Static method in class org.artificer.atom.archive.ArtificerArchive
-
- consume() - Method in class org.artificer.common.query.xpath.TokenStream
-
Consume the next token in the stream, and return what it was.
- containsEntry(String) - Method in class org.artificer.atom.archive.ArtificerArchive
-
Returns true if the s-ramp archive contains an entry at the given path.
- containsKey(String) - Static method in class org.artificer.common.ArtificerConfig
-
- containsKey(String) - Method in class org.artificer.common.SystemPropertiesConfiguration
-
- contentNotFound(String) - Static method in exception org.artificer.common.error.ArtificerNotFoundException
-
- count(int) - Method in class org.artificer.client.ArtificerClientQuery
-
- createArtifact(BaseArtifactType) - Method in class org.artificer.client.ArtificerAtomApiClient
-
Creates a new artifact in the S-RAMP repository.
- createBasicAuthHeader(String, String) - Static method in class org.artificer.client.auth.BasicAuthenticationProvider
-
Creates the BASIC auth header value.
- createClass(String) - Method in class org.artificer.common.ontology.ArtificerOntology
-
Creates a new class within this ontology.
- createClientRequest(String) - Method in class org.artificer.client.ArtificerAtomApiClient
-
Creates the RESTEasy client request object, configured appropriately.
- createStoredQuery(StoredQuery) - Method in class org.artificer.client.ArtificerAtomApiClient
-
Adds a stored query to the S-RAMP repository.
- customPropertyConstraint(String) - Static method in exception org.artificer.common.error.ArtificerConflictException
-
- gavQuery(MavenGavInfo) - Static method in class org.artificer.common.maven.MavenUtil
-
- get(int) - Method in class org.artificer.client.audit.AuditResultSet
-
Gets an item at the given index.
- get(Class<T>) - Method in class org.artificer.client.ClientRequest
-
- get() - Method in class org.artificer.client.ClientRequest
-
- get(int) - Method in class org.artificer.client.query.QueryResultSet
-
Gets an item at the given index.
- get(int, int) - Method in class org.artificer.common.query.xpath.CharacterStream
-
Gets the token value represented by the given range.
- get() - Static method in class org.artificer.common.Version
-
- getAllClasses() - Method in class org.artificer.common.ontology.ArtificerOntology
-
- getAndExpr() - Method in class org.artificer.common.query.xpath.ast.Expr
-
- getAnnotation() - Method in class org.artificer.common.ontology.ArtificerOntology
-
- getAnnotation() - Method in class org.artificer.common.ontology.ArtificerOntologyClass
-
- getApiType() - Method in enum org.artificer.common.ArtifactTypeEnum
-
- getArguments() - Method in class org.artificer.common.query.xpath.ast.FunctionCall
-
- getArtifactContent(ArtifactType, String) - Method in class org.artificer.client.ArtificerAtomApiClient
-
Gets the content for an artifact as an input stream.
- getArtifactContent(ArtifactSummary) - Method in class org.artificer.client.ArtificerAtomApiClient
-
Convenience method for getting the artifact content given an artifact summary (which are typically
returned when performing s-ramp queries).
- getArtifactId() - Method in class org.artificer.common.maven.MavenGavInfo
-
- getArtifactMetaData(String) - Method in class org.artificer.client.ArtificerAtomApiClient
-
Gets the full meta-data listing for an Artifact in the S-RAMP repository.
- getArtifactMetaData(ArtifactSummary) - Method in class org.artificer.client.ArtificerAtomApiClient
-
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.artificer.client.ArtificerAtomApiClient
-
Gets the full meta-data listing for an Artifact in the S-RAMP repository.
- getArtifactModel() - Method in class org.artificer.common.query.xpath.ast.LocationPath
-
- getArtifactSet() - Method in class org.artificer.common.query.xpath.ast.Query
-
- getArtifactType() - Method in class org.artificer.common.ArtifactType
-
- getArtifactType() - Method in class org.artificer.common.query.ArtifactSummary
-
- getArtifactType() - Method in class org.artificer.common.query.xpath.ast.LocationPath
-
- getAuditEntry(String, String) - Method in class org.artificer.client.ArtificerAtomApiClient
-
Gets the full audit entry for the given artifact + audit event pair.
- getAuditItem(AuditEntry, String) - Static method in class org.artificer.common.audit.AuditUtils
-
Gets an audit item of the given type or null if one does not exist.
- getAuditTrailForArtifact(String) - Method in class org.artificer.client.ArtificerAtomApiClient
-
Gets the audit trail for the artifact with the given UUID.
- getAuditTrailForArtifact(String, int, int) - Method in class org.artificer.client.ArtificerAtomApiClient
-
Gets the audit trail for the artifact with the given UUID.
- getAuditTrailForUser(String) - Method in class org.artificer.client.ArtificerAtomApiClient
-
Gets the audit trail for the artifact with the given UUID.
- getAuditTrailForUser(String, int, int) - Method in class org.artificer.client.ArtificerAtomApiClient
-
Gets the audit trail for the artifact with the given UUID.
- getBase() - Method in class org.artificer.client.ontology.OntologySummary
-
- getBase() - Method in class org.artificer.common.ontology.ArtificerOntology
-
- getBaseUrl(String) - Static method in class org.artificer.common.ArtificerConfig
-
Gets the base URL of the S-RAMP server.
- getChildren() - Method in class org.artificer.common.ontology.ArtificerOntologyClass
-
- getClassifier() - Method in class org.artificer.common.maven.MavenGavInfo
-
- getComment() - Method in class org.artificer.client.ontology.OntologySummary
-
- getConfigProperties(String) - Static method in class org.artificer.common.ArtificerConfig
-
Returns a Map of all keys and values, where the keys begin with the given prefix.
- getConfigProperty(String, String) - Static method in class org.artificer.common.ArtificerConfig
-
Gets a property from the s-ramp configuration.
- getConfigProperty(String, boolean) - Static method in class org.artificer.common.ArtificerConfig
-
Gets a property from the s-ramp configuration.
- getCreatedBy() - Method in class org.artificer.client.ontology.OntologySummary
-
- getCreatedBy() - Method in class org.artificer.common.ontology.ArtificerOntology
-
- getCreatedBy() - Method in class org.artificer.common.query.ArtifactSummary
-
- getCreatedOn() - Method in class org.artificer.common.ontology.ArtificerOntology
-
- getCreatedTimestamp() - Method in class org.artificer.client.ontology.OntologySummary
-
- getCreatedTimestamp() - Method in class org.artificer.common.query.ArtifactSummary
-
- getCustomPropertiesByPrefix(BaseArtifactType, String) - Static method in class org.artificer.common.ArtificerModelUtils
-
Gets all properties with names that begin with the given prefix.
- getCustomProperty(BaseArtifactType, String) - Static method in class org.artificer.common.ArtificerModelUtils
-
Gets the value of one of the s-ramp custom properties.
- getDefaultPrefix() - Method in class org.artificer.common.query.xpath.XPathParser
-
- getDescription() - Method in class org.artificer.common.query.ArtifactSummary
-
- getEndpoint() - Method in class org.artificer.client.ArtificerAtomApiClient
-
- getEntries() - Method in class org.artificer.atom.archive.ArtificerArchive
-
Gets all of the entries found in this S-RAMP archive.
- getEntry(String) - Method in class org.artificer.atom.archive.ArtificerArchive
-
Gets a single entry in the archive by path.
- getExpr() - Method in class org.artificer.common.query.xpath.ast.Argument
-
- getExpr() - Method in class org.artificer.common.query.xpath.ast.EqualityExpr
-
- getExpr() - Method in class org.artificer.common.query.xpath.ast.Predicate
-
- getExtendedType() - Method in class org.artificer.common.ArtifactType
-
Gets the extended artifact type.
- getExtensionAttribute(Serializable) - Method in class org.artificer.common.query.ArtifactSummary
-
- getExtensionAttributes() - Method in class org.artificer.common.query.ArtifactSummary
-
- getFile() - Method in class org.artificer.common.ArtifactContent
-
Obtain a reference to the artifact's temporary File on the filesystem.
- getFilename() - Method in class org.artificer.common.ArtifactContent
-
Obtain the artifact's filename.
- getFunctionCall() - Method in class org.artificer.common.query.xpath.ast.SubartifactSet
-
- getFunctionName() - Method in class org.artificer.common.query.xpath.ast.FunctionCall
-
- getGenericRelationship(BaseArtifactType, String) - Static method in class org.artificer.common.ArtificerModelUtils
-
Gets the generic relationship from the artifact (by type).
- getGroupId() - Method in class org.artificer.common.maven.MavenGavInfo
-
- getHashAlgorithm() - Method in class org.artificer.common.maven.MavenGavInfo
-
- getHeaderName() - Method in class org.artificer.client.auth.HttpHeaderAuthenticationProvider
-
- getHeaderValue() - Method in class org.artificer.client.auth.HttpHeaderAuthenticationProvider
-
- getId() - Method in class org.artificer.client.ontology.OntologySummary
-
- getId() - Method in class org.artificer.common.ontology.ArtificerOntology
-
- getId() - Method in class org.artificer.common.ontology.ArtificerOntologyClass
-
- getInputStream(ArtificerArchiveEntry) - Method in class org.artificer.atom.archive.ArtificerArchive
-
Gets the content
InputStream
for the given S-RAMP archive entry.
- getInputStream() - Method in class org.artificer.common.ArtifactContent
-
Obtain this artifact's InputStream, created on-demand.
- getInstance(String) - Static method in class org.artificer.common.MediaType
-
- getItemsPerPage() - Method in class org.artificer.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.artificer.client.query.QueryResultSet
-
Returns the number of items per page in the result set, even if the
total number of items returned is less.
- getKeys() - Method in class org.artificer.common.SystemPropertiesConfiguration
-
- getLabel() - Method in class org.artificer.client.ontology.OntologySummary
-
- getLabel() - Method in class org.artificer.common.ArtifactType
-
- getLabel() - Method in enum org.artificer.common.ArtifactTypeEnum
-
- getLabel() - Method in class org.artificer.common.ontology.ArtificerOntology
-
- getLabel() - Method in class org.artificer.common.ontology.ArtificerOntologyClass
-
- getLastModifiedBy() - Method in class org.artificer.common.ontology.ArtificerOntology
-
- getLastModifiedOn() - Method in class org.artificer.common.ontology.ArtificerOntology
-
- getLastModifiedTimestamp() - Method in class org.artificer.client.ontology.OntologySummary
-
- getLastModifiedTimestamp() - Method in class org.artificer.common.query.ArtifactSummary
-
- getLeft() - Method in class org.artificer.common.query.xpath.ast.AbstractBinaryExpr
-
- getLiteral() - Method in class org.artificer.common.query.xpath.ast.PrimaryExpr
-
- getLocale() - Method in class org.artificer.client.ArtificerAtomApiClient
-
- getLocationPath() - Method in class org.artificer.common.query.xpath.ast.ArtifactSet
-
- getMavenReadOnlyUsername() - Static method in class org.artificer.common.ArtificerConfig
-
- getMd5() - Method in class org.artificer.common.maven.MavenGavInfo
-
- getMetaData() - Method in class org.artificer.atom.archive.ArtificerArchiveEntry
-
- getMimeType() - Method in class org.artificer.common.ArtifactType
-
- getModel() - Method in class org.artificer.common.ArtifactType
-
- getModel() - Method in enum org.artificer.common.ArtifactTypeEnum
-
- getModel() - Method in class org.artificer.common.query.ArtifactSummary
-
- getName() - Method in class org.artificer.common.maven.MavenGavInfo
-
- getName() - Method in class org.artificer.common.query.ArtifactSummary
-
- getName() - Method in class org.artificer.common.query.ReverseRelationship
-
- getNamespaceContext() - Method in class org.artificer.common.query.xpath.XPathParser
-
- getNamespaceURI(String) - Method in class org.artificer.common.query.xpath.StaticNamespaceContext
-
- getNumber() - Method in class org.artificer.common.query.xpath.ast.PrimaryExpr
-
- getOntologies() - Method in class org.artificer.client.ArtificerAtomApiClient
-
Gets a list of all the ontologies currently installed in the S-RAMP repository.
- getOntology(String) - Method in class org.artificer.client.ArtificerAtomApiClient
-
Gets a single ontology by UUID.
- getOperator() - Method in class org.artificer.common.query.xpath.ast.EqualityExpr
-
- getOrCreateAuditItem(AuditEntry, String) - Static method in class org.artificer.common.audit.AuditUtils
-
Gets an existing audit item or else creates a new one.
- getParent() - Method in class org.artificer.common.ontology.ArtificerOntologyClass
-
- getPath() - Method in class org.artificer.atom.archive.ArtificerArchiveEntry
-
- getPath() - Method in class org.artificer.common.ArtifactContent
-
Obtain the artifact's path within its original context.
- getPredicate() - Method in class org.artificer.common.query.xpath.ast.Query
-
- getPredicate() - Method in class org.artificer.common.query.xpath.ast.SubartifactSet
-
- getPrefix(String) - Method in class org.artificer.common.query.xpath.StaticNamespaceContext
-
- getPrefixes(String) - Method in class org.artificer.common.query.xpath.StaticNamespaceContext
-
- getPrimaryExpr() - Method in class org.artificer.common.query.xpath.ast.Argument
-
- getProperty(String) - Method in class org.artificer.common.SystemPropertiesConfiguration
-
- getPropertyQName() - Method in class org.artificer.common.query.xpath.ast.ForwardPropertyStep
-
- getPropertyQName() - Method in class org.artificer.common.query.xpath.ast.PrimaryExpr
-
- getRelationshipPath() - Method in class org.artificer.common.query.xpath.ast.SubartifactSet
-
- getRelationshipType() - Method in class org.artificer.common.query.xpath.ast.RelationshipPath
-
- getRight() - Method in class org.artificer.common.query.xpath.ast.AbstractBinaryExpr
-
- getRoot() - Method in class org.artificer.common.ontology.ArtificerOntologyClass
-
- getRootClasses() - Method in class org.artificer.common.ontology.ArtificerOntology
-
- getServiceDocument() - Method in class org.artificer.client.ArtificerAtomApiClient
-
Gets the S-RAMP service document.
- getSha1() - Method in class org.artificer.common.maven.MavenGavInfo
-
- getSize() - Method in class org.artificer.common.ArtifactContent
-
- getSnapshotId() - Method in class org.artificer.common.maven.MavenGavInfo
-
- getSourceArtifact() - Method in class org.artificer.common.query.ReverseRelationship
-
- getStartIndex() - Method in class org.artificer.client.audit.AuditResultSet
-
Returns the starting index for the result set.
- getStartIndex() - Method in class org.artificer.client.query.QueryResultSet
-
Returns the starting index for the result set.
- getStoredQueries() - Method in class org.artificer.client.ArtificerAtomApiClient
-
Gets a list of all the stored queries currently installed in the S-RAMP repository.
- getStoredQuery(String) - Method in class org.artificer.client.ArtificerAtomApiClient
-
Gets a single stored query by name.
- getSubartifactSet() - Method in class org.artificer.common.query.xpath.ast.EqualityExpr
-
- getSubartifactSet() - Method in class org.artificer.common.query.xpath.ast.Query
-
- getSubartifactSet() - Method in class org.artificer.common.query.xpath.ast.SubartifactSet
-
- getSurrogateId() - Method in class org.artificer.common.ontology.ArtificerOntology
-
- getSurrogateId() - Method in class org.artificer.common.ontology.ArtificerOntologyClass
-
- getTotalResults() - Method in class org.artificer.client.audit.AuditResultSet
-
Returns the total results matched by the query.
- getTotalResults() - Method in class org.artificer.client.query.QueryResultSet
-
Returns the total results matched by the query.
- getType() - Method in class org.artificer.client.audit.AuditEntrySummary
-
- getType() - Method in class org.artificer.common.ArtifactType
-
- getType() - Method in enum org.artificer.common.ArtifactTypeEnum
-
- getType() - Method in class org.artificer.common.maven.MavenGavInfo
-
- getType() - Method in class org.artificer.common.query.ArtifactSummary
-
- getType() - Method in class org.artificer.common.query.ReverseRelationship
-
- getType() - Method in class org.artificer.common.query.xpath.Token
-
- getTypeClass() - Method in enum org.artificer.common.ArtifactTypeEnum
-
- getTypes() - Method in class org.artificer.client.ArtificerAtomApiClient
-
- getUri() - Method in class org.artificer.common.ontology.ArtificerOntologyClass
-
- getUuid() - Method in class org.artificer.client.audit.AuditEntrySummary
-
- getUuid() - Method in class org.artificer.client.ontology.OntologySummary
-
- getUuid() - Method in class org.artificer.common.ontology.ArtificerOntology
-
- getUuid() - Method in class org.artificer.common.query.ArtifactSummary
-
- getValue() - Method in class org.artificer.common.query.xpath.Token
-
- getVersion() - Method in class org.artificer.common.maven.MavenGavInfo
-
- getVersionDate() - Method in class org.artificer.common.Version
-
- getVersionString() - Method in class org.artificer.common.Version
-
- getWhen() - Method in class org.artificer.client.audit.AuditEntrySummary
-
- getWho() - Method in class org.artificer.client.audit.AuditEntrySummary
-
- getXPath() - Method in class org.artificer.common.query.xpath.visitors.XPathSerializationVisitor
-
Returns the x-path created by this visitor.
- getXpathValue() - Method in class org.artificer.common.query.xpath.ast.PrimaryExpr
-
- unpackToWorkDir(File, File) - Static method in class org.artificer.atom.archive.ArchiveUtils
-
Unpacks the given archive file into the output directory.
- unsetCustomProperty(BaseArtifactType, String) - Static method in class org.artificer.common.ArtificerModelUtils
-
Convenience method to help remove a custom s-ramp property on the given artifact.
- unwrap(Artifact) - Method in class org.artificer.common.ArtifactType
-
Called to unwrap the S-RAMP artifact from its wrapper.
- unwrap(Artifact) - Method in enum org.artificer.common.ArtifactTypeEnum
-
Called to unwrap the S-RAMP artifact from its wrapper.
- updateArtifactMetaData(BaseArtifactType) - Method in class org.artificer.client.ArtificerAtomApiClient
-
Called to update the meta-data stored in the s-ramp repository for the given s-ramp
artifact.
- updateEntry(ArtificerArchiveEntry, InputStream) - Method in class org.artificer.atom.archive.ArtificerArchive
-
Updates an existing entry in the S-RAMP archive.
- updateOntology(String, InputStream) - Method in class org.artificer.client.ArtificerAtomApiClient
-
Uploads a new version of an ontology to the S-RAMP repository.
- updateOntology(String, RDF) - Method in class org.artificer.client.ArtificerAtomApiClient
-
Uploads a new version of an ontology to the S-RAMP repository.
- updateStoredQuery(String, StoredQuery) - Method in class org.artificer.client.ArtificerAtomApiClient
-
Uploads a new version of a stored query to the S-RAMP repository.
- uploadArtifact(ArtifactType, InputStream, String) - Method in class org.artificer.client.ArtificerAtomApiClient
-
Creates a new artifact in the repository by uploading a document.
- uploadArtifact(ArtifactType, String) - Method in class org.artificer.client.ArtificerAtomApiClient
-
Creates a new artifact in the repository by uploading a document.
- uploadArtifact(String) - Method in class org.artificer.client.ArtificerAtomApiClient
-
Creates a new artifact in the repository by uploading a document.
- uploadArtifact(InputStream, String) - Method in class org.artificer.client.ArtificerAtomApiClient
-
Creates a new artifact in the repository by uploading a document.
- uploadArtifact(BaseArtifactType, InputStream) - Method in class org.artificer.client.ArtificerAtomApiClient
-
Creates a new artifact in the repository by uploading a document.
- uploadBatch(ArtificerArchive) - Method in class org.artificer.client.ArtificerAtomApiClient
-
Performs a batch operation by uploading an s-ramp package archive to the s-ramp server
for processing.
- uploadOntology(InputStream) - Method in class org.artificer.client.ArtificerAtomApiClient
-
Uploads an ontology to the S-RAMP repository.
- validateOntology(ArtificerOntology) - Static method in class org.artificer.common.ontology.OntologyValidator
-
Validates the ontology.
- valueOf(String) - Static method in class org.artificer.common.ArtifactType
-
Figures out the artifact type (enum) from the given S-RAMP artifact type string.
- valueOf(String, boolean) - Static method in class org.artificer.common.ArtifactType
-
- valueOf(String, String, Boolean) - Static method in class org.artificer.common.ArtifactType
-
Determines the ArtifactType from the model and type.
- valueOf(BaseArtifactType) - Static method in class org.artificer.common.ArtifactType
-
Figures out the type from the artifact instance.
- valueOf(BaseArtifactEnum) - Static method in class org.artificer.common.ArtifactType
-
Figures out the type from the s-ramp API type.
- valueOf(Artifact, String) - Static method in class org.artificer.common.ArtifactType
-
What kind of artifact is inside that wrapper?
- valueOf(String) - Static method in enum org.artificer.common.ArtifactTypeEnum
-
Returns the enum constant of this type with the specified name.
- valueOf(BaseArtifactType) - Static method in enum org.artificer.common.ArtifactTypeEnum
-
Figures out the type from the artifact instance.
- valueOf(BaseArtifactEnum) - Static method in enum org.artificer.common.ArtifactTypeEnum
-
Figures out the type from the s-ramp API type.
- valueOf(String) - Static method in enum org.artificer.common.query.RelationshipType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.artificer.common.query.xpath.ast.EqualityExpr.Operator
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.artificer.common.query.xpath.TokenType
-
Returns the enum constant of this type with the specified name.
- valueOfSymbol(String) - Static method in enum org.artificer.common.query.xpath.ast.EqualityExpr.Operator
-
- values() - Static method in enum org.artificer.common.ArtifactTypeEnum
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.artificer.common.query.RelationshipType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.artificer.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.artificer.common.query.xpath.TokenType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- Version - Class in org.artificer.common
-
Accessor - used to get the current version of the engine.
- visit(XsdDocument) - Method in class org.artificer.common.ArtifactVerifier
-
- visit(WsdlDocument) - Method in class org.artificer.common.ArtifactVerifier
-
- visit(Message) - Method in class org.artificer.common.ArtifactVerifier
-
- visit(Part) - Method in class org.artificer.common.ArtifactVerifier
-
- visit(PortType) - Method in class org.artificer.common.ArtifactVerifier
-
- visit(Operation) - Method in class org.artificer.common.ArtifactVerifier
-
- visit(OperationInput) - Method in class org.artificer.common.ArtifactVerifier
-
- visit(OperationOutput) - Method in class org.artificer.common.ArtifactVerifier
-
- visit(Fault) - Method in class org.artificer.common.ArtifactVerifier
-
- visit(Binding) - Method in class org.artificer.common.ArtifactVerifier
-
- visit(BindingOperation) - Method in class org.artificer.common.ArtifactVerifier
-
- visit(WsdlService) - Method in class org.artificer.common.ArtifactVerifier
-
- visit(Port) - Method in class org.artificer.common.ArtifactVerifier
-
- visit(AndExpr) - Method in class org.artificer.common.query.xpath.visitors.XPathSerializationVisitor
-
- visit(Argument) - Method in class org.artificer.common.query.xpath.visitors.XPathSerializationVisitor
-
- visit(ArtifactSet) - Method in class org.artificer.common.query.xpath.visitors.XPathSerializationVisitor
-
- visit(EqualityExpr) - Method in class org.artificer.common.query.xpath.visitors.XPathSerializationVisitor
-
- visit(Expr) - Method in class org.artificer.common.query.xpath.visitors.XPathSerializationVisitor
-
- visit(ForwardPropertyStep) - Method in class org.artificer.common.query.xpath.visitors.XPathSerializationVisitor
-
- visit(FunctionCall) - Method in class org.artificer.common.query.xpath.visitors.XPathSerializationVisitor
-
- visit(LocationPath) - Method in class org.artificer.common.query.xpath.visitors.XPathSerializationVisitor
-
- visit(OrExpr) - Method in class org.artificer.common.query.xpath.visitors.XPathSerializationVisitor
-
- visit(Predicate) - Method in class org.artificer.common.query.xpath.visitors.XPathSerializationVisitor
-
- visit(PrimaryExpr) - Method in class org.artificer.common.query.xpath.visitors.XPathSerializationVisitor
-
- visit(Query) - Method in class org.artificer.common.query.xpath.visitors.XPathSerializationVisitor
-
- visit(RelationshipPath) - Method in class org.artificer.common.query.xpath.visitors.XPathSerializationVisitor
-
- visit(SubartifactSet) - Method in class org.artificer.common.query.xpath.visitors.XPathSerializationVisitor
-
- visit(AndExpr) - Method in interface org.artificer.common.query.xpath.visitors.XPathVisitor
-
Visits a specific x-path node.
- visit(Argument) - Method in interface org.artificer.common.query.xpath.visitors.XPathVisitor
-
Visits a specific x-path node.
- visit(ArtifactSet) - Method in interface org.artificer.common.query.xpath.visitors.XPathVisitor
-
Visits a specific x-path node.
- visit(EqualityExpr) - Method in interface org.artificer.common.query.xpath.visitors.XPathVisitor
-
Visits a specific x-path node.
- visit(Expr) - Method in interface org.artificer.common.query.xpath.visitors.XPathVisitor
-
Visits a specific x-path node.
- visit(ForwardPropertyStep) - Method in interface org.artificer.common.query.xpath.visitors.XPathVisitor
-
Visits a specific x-path node.
- visit(FunctionCall) - Method in interface org.artificer.common.query.xpath.visitors.XPathVisitor
-
Visits a specific x-path node.
- visit(LocationPath) - Method in interface org.artificer.common.query.xpath.visitors.XPathVisitor
-
Visits a specific x-path node.
- visit(OrExpr) - Method in interface org.artificer.common.query.xpath.visitors.XPathVisitor
-
Visits a specific x-path node.
- visit(Predicate) - Method in interface org.artificer.common.query.xpath.visitors.XPathVisitor
-
Visits a specific x-path node.
- visit(PrimaryExpr) - Method in interface org.artificer.common.query.xpath.visitors.XPathVisitor
-
Visits a specific x-path node.
- visit(Query) - Method in interface org.artificer.common.query.xpath.visitors.XPathVisitor
-
Visits a specific x-path node.
- visit(RelationshipPath) - Method in interface org.artificer.common.query.xpath.visitors.XPathVisitor
-
Visits a specific x-path node.
- visit(SubartifactSet) - Method in interface org.artificer.common.query.xpath.visitors.XPathVisitor
-
Visits a specific x-path node.
- visit(Document) - Method in class org.artificer.common.visitors.AbstractArtifactVisitor
-
- visit(XmlDocument) - Method in class org.artificer.common.visitors.AbstractArtifactVisitor
-
- visit(XsdDocument) - Method in class org.artificer.common.visitors.AbstractArtifactVisitor
-
- visit(AttributeDeclaration) - Method in class org.artificer.common.visitors.AbstractArtifactVisitor
-
- visit(ElementDeclaration) - Method in class org.artificer.common.visitors.AbstractArtifactVisitor
-
- visit(SimpleTypeDeclaration) - Method in class org.artificer.common.visitors.AbstractArtifactVisitor
-
- visit(ComplexTypeDeclaration) - Method in class org.artificer.common.visitors.AbstractArtifactVisitor
-
- visit(PolicyDocument) - Method in class org.artificer.common.visitors.AbstractArtifactVisitor
-
- visit(PolicyExpression) - Method in class org.artificer.common.visitors.AbstractArtifactVisitor
-
- visit(PolicyAttachment) - Method in class org.artificer.common.visitors.AbstractArtifactVisitor
-
- visit(SoapAddress) - Method in class org.artificer.common.visitors.AbstractArtifactVisitor
-
- visit(SoapBinding) - Method in class org.artificer.common.visitors.AbstractArtifactVisitor
-
- visit(WsdlDocument) - Method in class org.artificer.common.visitors.AbstractArtifactVisitor
-
- visit(WsdlService) - Method in class org.artificer.common.visitors.AbstractArtifactVisitor
-
- visit(Port) - Method in class org.artificer.common.visitors.AbstractArtifactVisitor
-
- visit(WsdlExtension) - Method in class org.artificer.common.visitors.AbstractArtifactVisitor
-
- visit(Part) - Method in class org.artificer.common.visitors.AbstractArtifactVisitor
-
- visit(Message) - Method in class org.artificer.common.visitors.AbstractArtifactVisitor
-
- visit(Fault) - Method in class org.artificer.common.visitors.AbstractArtifactVisitor
-
- visit(PortType) - Method in class org.artificer.common.visitors.AbstractArtifactVisitor
-
- visit(Operation) - Method in class org.artificer.common.visitors.AbstractArtifactVisitor
-
- visit(OperationInput) - Method in class org.artificer.common.visitors.AbstractArtifactVisitor
-
- visit(OperationOutput) - Method in class org.artificer.common.visitors.AbstractArtifactVisitor
-
- visit(Binding) - Method in class org.artificer.common.visitors.AbstractArtifactVisitor
-
- visit(BindingOperation) - Method in class org.artificer.common.visitors.AbstractArtifactVisitor
-
- visit(BindingOperationInput) - Method in class org.artificer.common.visitors.AbstractArtifactVisitor
-
- visit(BindingOperationOutput) - Method in class org.artificer.common.visitors.AbstractArtifactVisitor
-
- visit(BindingOperationFault) - Method in class org.artificer.common.visitors.AbstractArtifactVisitor
-
- visit(Organization) - Method in class org.artificer.common.visitors.AbstractArtifactVisitor
-
- visit(ServiceEndpoint) - Method in class org.artificer.common.visitors.AbstractArtifactVisitor
-
- visit(ServiceInstance) - Method in class org.artificer.common.visitors.AbstractArtifactVisitor
-
- visit(ServiceOperation) - Method in class org.artificer.common.visitors.AbstractArtifactVisitor
-
- visit(ExtendedArtifactType) - Method in class org.artificer.common.visitors.AbstractArtifactVisitor
-
- visit(ExtendedDocument) - Method in class org.artificer.common.visitors.AbstractArtifactVisitor
-
- visit(Actor) - Method in class org.artificer.common.visitors.AbstractArtifactVisitor
-
- visit(Choreography) - Method in class org.artificer.common.visitors.AbstractArtifactVisitor
-
- visit(ChoreographyProcess) - Method in class org.artificer.common.visitors.AbstractArtifactVisitor
-
- visit(Collaboration) - Method in class org.artificer.common.visitors.AbstractArtifactVisitor
-
- visit(CollaborationProcess) - Method in class org.artificer.common.visitors.AbstractArtifactVisitor
-
- visit(Composition) - Method in class org.artificer.common.visitors.AbstractArtifactVisitor
-
- visit(Effect) - Method in class org.artificer.common.visitors.AbstractArtifactVisitor
-
- visit(Element) - Method in class org.artificer.common.visitors.AbstractArtifactVisitor
-
- visit(Event) - Method in class org.artificer.common.visitors.AbstractArtifactVisitor
-
- visit(InformationType) - Method in class org.artificer.common.visitors.AbstractArtifactVisitor
-
- visit(Orchestration) - Method in class org.artificer.common.visitors.AbstractArtifactVisitor
-
- visit(OrchestrationProcess) - Method in class org.artificer.common.visitors.AbstractArtifactVisitor
-
- visit(Policy) - Method in class org.artificer.common.visitors.AbstractArtifactVisitor
-
- visit(PolicySubject) - Method in class org.artificer.common.visitors.AbstractArtifactVisitor
-
- visit(Process) - Method in class org.artificer.common.visitors.AbstractArtifactVisitor
-
- visit(Service) - Method in class org.artificer.common.visitors.AbstractArtifactVisitor
-
- visit(ServiceContract) - Method in class org.artificer.common.visitors.AbstractArtifactVisitor
-
- visit(ServiceComposition) - Method in class org.artificer.common.visitors.AbstractArtifactVisitor
-
- visit(ServiceInterface) - Method in class org.artificer.common.visitors.AbstractArtifactVisitor
-
- visit(System) - Method in class org.artificer.common.visitors.AbstractArtifactVisitor
-
- visit(Task) - Method in class org.artificer.common.visitors.AbstractArtifactVisitor
-
- visit(Document) - Method in interface org.artificer.common.visitors.ArtifactVisitor
-
- visit(XmlDocument) - Method in interface org.artificer.common.visitors.ArtifactVisitor
-
- visit(XsdDocument) - Method in interface org.artificer.common.visitors.ArtifactVisitor
-
- visit(AttributeDeclaration) - Method in interface org.artificer.common.visitors.ArtifactVisitor
-
- visit(ElementDeclaration) - Method in interface org.artificer.common.visitors.ArtifactVisitor
-
- visit(SimpleTypeDeclaration) - Method in interface org.artificer.common.visitors.ArtifactVisitor
-
- visit(ComplexTypeDeclaration) - Method in interface org.artificer.common.visitors.ArtifactVisitor
-
- visit(PolicyDocument) - Method in interface org.artificer.common.visitors.ArtifactVisitor
-
- visit(PolicyExpression) - Method in interface org.artificer.common.visitors.ArtifactVisitor
-
- visit(PolicyAttachment) - Method in interface org.artificer.common.visitors.ArtifactVisitor
-
- visit(SoapAddress) - Method in interface org.artificer.common.visitors.ArtifactVisitor
-
- visit(SoapBinding) - Method in interface org.artificer.common.visitors.ArtifactVisitor
-
- visit(WsdlDocument) - Method in interface org.artificer.common.visitors.ArtifactVisitor
-
- visit(WsdlService) - Method in interface org.artificer.common.visitors.ArtifactVisitor
-
- visit(Port) - Method in interface org.artificer.common.visitors.ArtifactVisitor
-
- visit(WsdlExtension) - Method in interface org.artificer.common.visitors.ArtifactVisitor
-
- visit(Part) - Method in interface org.artificer.common.visitors.ArtifactVisitor
-
- visit(Message) - Method in interface org.artificer.common.visitors.ArtifactVisitor
-
- visit(Fault) - Method in interface org.artificer.common.visitors.ArtifactVisitor
-
- visit(PortType) - Method in interface org.artificer.common.visitors.ArtifactVisitor
-
- visit(Operation) - Method in interface org.artificer.common.visitors.ArtifactVisitor
-
- visit(OperationInput) - Method in interface org.artificer.common.visitors.ArtifactVisitor
-
- visit(OperationOutput) - Method in interface org.artificer.common.visitors.ArtifactVisitor
-
- visit(Binding) - Method in interface org.artificer.common.visitors.ArtifactVisitor
-
- visit(BindingOperation) - Method in interface org.artificer.common.visitors.ArtifactVisitor
-
- visit(BindingOperationInput) - Method in interface org.artificer.common.visitors.ArtifactVisitor
-
- visit(BindingOperationOutput) - Method in interface org.artificer.common.visitors.ArtifactVisitor
-
- visit(BindingOperationFault) - Method in interface org.artificer.common.visitors.ArtifactVisitor
-
- visit(Organization) - Method in interface org.artificer.common.visitors.ArtifactVisitor
-
- visit(ServiceEndpoint) - Method in interface org.artificer.common.visitors.ArtifactVisitor
-
- visit(ServiceInstance) - Method in interface org.artificer.common.visitors.ArtifactVisitor
-
- visit(ServiceOperation) - Method in interface org.artificer.common.visitors.ArtifactVisitor
-
- visit(ExtendedArtifactType) - Method in interface org.artificer.common.visitors.ArtifactVisitor
-
- visit(ExtendedDocument) - Method in interface org.artificer.common.visitors.ArtifactVisitor
-
- visit(Actor) - Method in interface org.artificer.common.visitors.ArtifactVisitor
-
- visit(Choreography) - Method in interface org.artificer.common.visitors.ArtifactVisitor
-
- visit(ChoreographyProcess) - Method in interface org.artificer.common.visitors.ArtifactVisitor
-
- visit(Collaboration) - Method in interface org.artificer.common.visitors.ArtifactVisitor
-
- visit(CollaborationProcess) - Method in interface org.artificer.common.visitors.ArtifactVisitor
-
- visit(Composition) - Method in interface org.artificer.common.visitors.ArtifactVisitor
-
- visit(Effect) - Method in interface org.artificer.common.visitors.ArtifactVisitor
-
- visit(Element) - Method in interface org.artificer.common.visitors.ArtifactVisitor
-
- visit(Event) - Method in interface org.artificer.common.visitors.ArtifactVisitor
-
- visit(InformationType) - Method in interface org.artificer.common.visitors.ArtifactVisitor
-
- visit(Orchestration) - Method in interface org.artificer.common.visitors.ArtifactVisitor
-
- visit(OrchestrationProcess) - Method in interface org.artificer.common.visitors.ArtifactVisitor
-
- visit(Policy) - Method in interface org.artificer.common.visitors.ArtifactVisitor
-
- visit(PolicySubject) - Method in interface org.artificer.common.visitors.ArtifactVisitor
-
- visit(Process) - Method in interface org.artificer.common.visitors.ArtifactVisitor
-
- visit(Service) - Method in interface org.artificer.common.visitors.ArtifactVisitor
-
- visit(ServiceContract) - Method in interface org.artificer.common.visitors.ArtifactVisitor
-
- visit(ServiceComposition) - Method in interface org.artificer.common.visitors.ArtifactVisitor
-
- visit(ServiceInterface) - Method in interface org.artificer.common.visitors.ArtifactVisitor
-
- visit(System) - Method in interface org.artificer.common.visitors.ArtifactVisitor
-
- visit(Task) - Method in interface org.artificer.common.visitors.ArtifactVisitor
-
- visit(Document) - Method in class org.artificer.common.visitors.HierarchicalArtifactVisitor
-
- visit(XmlDocument) - Method in class org.artificer.common.visitors.HierarchicalArtifactVisitor
-
- visit(XsdDocument) - Method in class org.artificer.common.visitors.HierarchicalArtifactVisitor
-
- visit(AttributeDeclaration) - Method in class org.artificer.common.visitors.HierarchicalArtifactVisitor
-
- visit(ElementDeclaration) - Method in class org.artificer.common.visitors.HierarchicalArtifactVisitor
-
- visit(SimpleTypeDeclaration) - Method in class org.artificer.common.visitors.HierarchicalArtifactVisitor
-
- visit(ComplexTypeDeclaration) - Method in class org.artificer.common.visitors.HierarchicalArtifactVisitor
-
- visit(PolicyDocument) - Method in class org.artificer.common.visitors.HierarchicalArtifactVisitor
-
- visit(PolicyExpression) - Method in class org.artificer.common.visitors.HierarchicalArtifactVisitor
-
- visit(PolicyAttachment) - Method in class org.artificer.common.visitors.HierarchicalArtifactVisitor
-
- visit(SoapAddress) - Method in class org.artificer.common.visitors.HierarchicalArtifactVisitor
-
- visit(SoapBinding) - Method in class org.artificer.common.visitors.HierarchicalArtifactVisitor
-
- visit(WsdlDocument) - Method in class org.artificer.common.visitors.HierarchicalArtifactVisitor
-
- visit(WsdlService) - Method in class org.artificer.common.visitors.HierarchicalArtifactVisitor
-
- visit(Port) - Method in class org.artificer.common.visitors.HierarchicalArtifactVisitor
-
- visit(WsdlExtension) - Method in class org.artificer.common.visitors.HierarchicalArtifactVisitor
-
- visit(Part) - Method in class org.artificer.common.visitors.HierarchicalArtifactVisitor
-
- visit(Message) - Method in class org.artificer.common.visitors.HierarchicalArtifactVisitor
-
- visit(Fault) - Method in class org.artificer.common.visitors.HierarchicalArtifactVisitor
-
- visit(PortType) - Method in class org.artificer.common.visitors.HierarchicalArtifactVisitor
-
- visit(Operation) - Method in class org.artificer.common.visitors.HierarchicalArtifactVisitor
-
- visit(OperationInput) - Method in class org.artificer.common.visitors.HierarchicalArtifactVisitor
-
- visit(OperationOutput) - Method in class org.artificer.common.visitors.HierarchicalArtifactVisitor
-
- visit(Binding) - Method in class org.artificer.common.visitors.HierarchicalArtifactVisitor
-
- visit(BindingOperation) - Method in class org.artificer.common.visitors.HierarchicalArtifactVisitor
-
- visit(BindingOperationInput) - Method in class org.artificer.common.visitors.HierarchicalArtifactVisitor
-
- visit(BindingOperationOutput) - Method in class org.artificer.common.visitors.HierarchicalArtifactVisitor
-
- visit(BindingOperationFault) - Method in class org.artificer.common.visitors.HierarchicalArtifactVisitor
-
- visit(Organization) - Method in class org.artificer.common.visitors.HierarchicalArtifactVisitor
-
- visit(ServiceEndpoint) - Method in class org.artificer.common.visitors.HierarchicalArtifactVisitor
-
- visit(ServiceInstance) - Method in class org.artificer.common.visitors.HierarchicalArtifactVisitor
-
- visit(ServiceOperation) - Method in class org.artificer.common.visitors.HierarchicalArtifactVisitor
-
- visit(ExtendedArtifactType) - Method in class org.artificer.common.visitors.HierarchicalArtifactVisitor
-
- visit(ExtendedDocument) - Method in class org.artificer.common.visitors.HierarchicalArtifactVisitor
-
- visit(Actor) - Method in class org.artificer.common.visitors.HierarchicalArtifactVisitor
-
- visit(Choreography) - Method in class org.artificer.common.visitors.HierarchicalArtifactVisitor
-
- visit(ChoreographyProcess) - Method in class org.artificer.common.visitors.HierarchicalArtifactVisitor
-
- visit(Collaboration) - Method in class org.artificer.common.visitors.HierarchicalArtifactVisitor
-
- visit(CollaborationProcess) - Method in class org.artificer.common.visitors.HierarchicalArtifactVisitor
-
- visit(Composition) - Method in class org.artificer.common.visitors.HierarchicalArtifactVisitor
-
- visit(Effect) - Method in class org.artificer.common.visitors.HierarchicalArtifactVisitor
-
- visit(Element) - Method in class org.artificer.common.visitors.HierarchicalArtifactVisitor
-
- visit(Event) - Method in class org.artificer.common.visitors.HierarchicalArtifactVisitor
-
- visit(InformationType) - Method in class org.artificer.common.visitors.HierarchicalArtifactVisitor
-
- visit(Orchestration) - Method in class org.artificer.common.visitors.HierarchicalArtifactVisitor
-
- visit(OrchestrationProcess) - Method in class org.artificer.common.visitors.HierarchicalArtifactVisitor
-
- visit(Policy) - Method in class org.artificer.common.visitors.HierarchicalArtifactVisitor
-
- visit(PolicySubject) - Method in class org.artificer.common.visitors.HierarchicalArtifactVisitor
-
- visit(Process) - Method in class org.artificer.common.visitors.HierarchicalArtifactVisitor
-
- visit(Service) - Method in class org.artificer.common.visitors.HierarchicalArtifactVisitor
-
- visit(ServiceContract) - Method in class org.artificer.common.visitors.HierarchicalArtifactVisitor
-
- visit(ServiceComposition) - Method in class org.artificer.common.visitors.HierarchicalArtifactVisitor
-
- visit(ServiceInterface) - Method in class org.artificer.common.visitors.HierarchicalArtifactVisitor
-
- visit(System) - Method in class org.artificer.common.visitors.HierarchicalArtifactVisitor
-
- visit(Task) - Method in class org.artificer.common.visitors.HierarchicalArtifactVisitor
-
- visit(ServiceContract) - Method in class org.artificer.common.visitors.RelationshipArtifactVisitor
-
- visit(BindingOperation) - Method in class org.artificer.common.visitors.RelationshipArtifactVisitor
-
- visit(Actor) - Method in class org.artificer.common.visitors.RelationshipArtifactVisitor
-
- visit(Binding) - Method in class org.artificer.common.visitors.RelationshipArtifactVisitor
-
- visit(Element) - Method in class org.artificer.common.visitors.RelationshipArtifactVisitor
-
- visit(Fault) - Method in class org.artificer.common.visitors.RelationshipArtifactVisitor
-
- visit(Message) - Method in class org.artificer.common.visitors.RelationshipArtifactVisitor
-
- visit(Operation) - Method in class org.artificer.common.visitors.RelationshipArtifactVisitor
-
- visit(OperationInput) - Method in class org.artificer.common.visitors.RelationshipArtifactVisitor
-
- visit(OperationOutput) - Method in class org.artificer.common.visitors.RelationshipArtifactVisitor
-
- visit(Organization) - Method in class org.artificer.common.visitors.RelationshipArtifactVisitor
-
- visit(Part) - Method in class org.artificer.common.visitors.RelationshipArtifactVisitor
-
- visit(Policy) - Method in class org.artificer.common.visitors.RelationshipArtifactVisitor
-
- visit(PolicyAttachment) - Method in class org.artificer.common.visitors.RelationshipArtifactVisitor
-
- visit(Port) - Method in class org.artificer.common.visitors.RelationshipArtifactVisitor
-
- visit(PortType) - Method in class org.artificer.common.visitors.RelationshipArtifactVisitor
-
- visit(Service) - Method in class org.artificer.common.visitors.RelationshipArtifactVisitor
-
- visit(ServiceEndpoint) - Method in class org.artificer.common.visitors.RelationshipArtifactVisitor
-
- visit(ServiceInstance) - Method in class org.artificer.common.visitors.RelationshipArtifactVisitor
-
- visit(ServiceInterface) - Method in class org.artificer.common.visitors.RelationshipArtifactVisitor
-
- visit(ServiceOperation) - Method in class org.artificer.common.visitors.RelationshipArtifactVisitor
-
- visit(WsdlDocument) - Method in class org.artificer.common.visitors.RelationshipArtifactVisitor
-
- visit(WsdlService) - Method in class org.artificer.common.visitors.RelationshipArtifactVisitor
-
- visit(XsdDocument) - Method in class org.artificer.common.visitors.RelationshipArtifactVisitor
-
- visitActor(Actor) - Method in class org.artificer.common.visitors.HierarchicalArtifactVisitor
-
Common visit method for Actor artifacts.
- visitArtifact(ArtifactVisitor, BaseArtifactType) - Static method in class org.artificer.common.visitors.ArtifactVisitorHelper
-
Called to help the given visitor visit the provided artifact.
- visitBase(BaseArtifactType) - Method in class org.artificer.common.ArtifactVerifier
-
- visitBase(BaseArtifactType) - Method in class org.artificer.common.visitors.AbstractArtifactVisitor
-
Common visit method for all artifacts.
- visitBase(BaseArtifactType) - Method in class org.artificer.common.visitors.RelationshipArtifactVisitor
-
- visitDerived(DerivedArtifactType) - Method in class org.artificer.common.visitors.HierarchicalArtifactVisitor
-
Common visit method for derived artifacts.
- visitDerived(DerivedArtifactType) - Method in class org.artificer.common.visitors.RelationshipArtifactVisitor
-
- visitDocument(DocumentArtifactType) - Method in class org.artificer.common.visitors.HierarchicalArtifactVisitor
-
Common visit method for document artifacts.
- visitElement(Element) - Method in class org.artificer.common.visitors.HierarchicalArtifactVisitor
-
Common visit method for Element artifacts.
- visitExtended(ExtendedArtifactType) - Method in class org.artificer.common.visitors.HierarchicalArtifactVisitor
-
Common visit method for Extended artifacts.
- visitExtendedDocument(ExtendedDocument) - Method in class org.artificer.common.visitors.HierarchicalArtifactVisitor
-
Common visit method for Extended document artifacts.
- visitNamedWsdlDerived(NamedWsdlDerivedArtifactType) - Method in class org.artificer.common.visitors.HierarchicalArtifactVisitor
-
Common visit method for named WSDL derived artifacts.
- visitRelationship(String, String, boolean) - Method in class org.artificer.common.visitors.RelationshipArtifactVisitor
-
- visitRelationship(String, Target, boolean) - Method in class org.artificer.common.visitors.RelationshipArtifactVisitor
-
Called to visit a relationship.
- visitRelationships(String, List<? extends Target>, boolean) - Method in class org.artificer.common.visitors.RelationshipArtifactVisitor
-
Visits a collection of relationships.
- visitServiceImplementation(ServiceImplementationModelType) - Method in class org.artificer.common.visitors.HierarchicalArtifactVisitor
-
Common visit method for service implementation artifacts.
- visitServiceImplementation(ServiceImplementationModelType) - Method in class org.artificer.common.visitors.RelationshipArtifactVisitor
-
- visitSoa(SoaModelType) - Method in class org.artificer.common.visitors.HierarchicalArtifactVisitor
-
Common visit method for SOA model artifacts.
- visitSoa(SoaModelType) - Method in class org.artificer.common.visitors.RelationshipArtifactVisitor
-
- visitWsdlDerived(WsdlDerivedArtifactType) - Method in class org.artificer.common.visitors.HierarchicalArtifactVisitor
-
Common visit method for WSDL derived artifacts.
- visitWsdlDerived(WsdlDerivedArtifactType) - Method in class org.artificer.common.visitors.RelationshipArtifactVisitor
-
- visitXmlDocument(XmlDocument) - Method in class org.artificer.common.visitors.HierarchicalArtifactVisitor
-
Common visit method for XML document artifacts.
- visitXsdDerived(XsdType) - Method in class org.artificer.common.visitors.HierarchicalArtifactVisitor
-
Common visit method for XSD derived artifacts.