Class AGRepositorySchema
java.lang.Object
com.franz.agraph.repository.config.AGRepositorySchema
Defines constants for the AGRepository schema which is used by
AGRepositoryFactory
s to initialize AGRepository
s.-
Field Summary
Modifier and TypeFieldDescriptionstatic final IRI
http://franz.com/agraph/repository/config#catalogId
static final String
The AGRepository schema namespace (http://franz.com/agraph/repository/config#
).static final IRI
http://franz.com/agraph/repository/config#password
static final IRI
http://franz.com/agraph/repository/config#repositoryId
static final IRI
http://franz.com/agraph/repository/config#serverUrl
static final IRI
http://franz.com/agraph/repository/config#username
-
Constructor Summary
-
Method Summary
-
Field Details
-
NAMESPACE
The AGRepository schema namespace (http://franz.com/agraph/repository/config#
).- See Also:
-
SERVERURL
http://franz.com/agraph/repository/config#serverUrl
-
USERNAME
http://franz.com/agraph/repository/config#username
-
PASSWORD
http://franz.com/agraph/repository/config#password
-
CATALOGID
http://franz.com/agraph/repository/config#catalogId
-
REPOSITORYID
http://franz.com/agraph/repository/config#repositoryId
-
-
Constructor Details
-
AGRepositorySchema
public AGRepositorySchema()
-