org.openanzo.serialization
Interface SerializationConstants

All Known Implementing Classes:
GraphParser

public interface SerializationConstants

Constants used in XML serialization and JMS messages

Author:
Matthew Roy ( mroy@cambridgesemantics.com )

Field Summary
static java.lang.String aci
          Aci Constant
static java.lang.String acl
          Acl Constant
static java.lang.String aclUri
          acl Constant
static java.lang.String addition
          Addition Constant
static java.lang.String canChangeAcl
          canChangeAcl Constant
static java.lang.String canDelete
          canDelete Constant
static java.lang.String canInsert
          canInsert Constant
static java.lang.String canRead
          canRead Constant
static java.lang.String canRemove
          canRemove Constant
static java.lang.String canUpdate
          canUpdate Constant
static java.lang.String command
          Command Constant
static java.lang.String commandBegin
          commandBegin Constant
static java.lang.String commandComplete
          commandComplete Constant
static java.lang.String commandId
          commandId Constant
static java.lang.String commandPrecondition
          CommandPrecondition Constant
static java.lang.String commandType
          CommandType Constant
static java.lang.String createdBy
          createdBy Constant
static java.lang.String dataType
          dataType Constant
static java.lang.String defaultAclTemplate
          defaultAclTemplate Constant
static java.lang.String defaultRole
          defaultRole Constant
static java.lang.String deletion
          Deletion Constant
static java.lang.String destination
          destination Constant
static java.lang.String errorMessageArg
          Constant
static java.lang.String errorNumber
          errorNumber Constant
static java.lang.String errorResult
          AnzoException Constant
static java.lang.String errorSubNumber
          errorSubNumber Constant
static java.lang.String exception
          exception Constant
static java.lang.String falseValue
          false Constant
static java.lang.String id
          Id Constant
static java.lang.String isTemplate
          isTemplate Constant
static java.lang.String language
          language Constant
static java.lang.String metaUri
          metadataUri Constant
static java.lang.String method
          method Constant
static java.lang.String modified
          modified Constant
static java.lang.String modifiedBy
          modifiedBy Constant
static java.lang.String namedGraph
          NamedGraph Constant
static java.lang.String namedGraphUri
          namedGraphUri Constant
static java.lang.String node
          Node Constant
static java.lang.String object
          Object Constant
static java.lang.String objectType
          objectType Constant
static java.lang.String operation
          Operation Constant
static java.lang.String parentRole
          parentRole Constant
static java.lang.String password
          password Constant
static java.lang.String payload
          PayLoad Constant
static java.lang.String predicate
          Predicate Constant
static java.lang.String reset
          reset Constant
static java.lang.String revision
          revision Constant
static java.lang.String role
          Role Constant
static java.lang.String roleId
          roleId Constant
static java.lang.String statement
          Statement Constant
static java.lang.String subject
          Subject Constant
static java.lang.String subjectType
          subjectType Constant
static java.lang.String subRole
          SubRole Constant
static java.lang.String transaction
          Transaction Constant
static java.lang.String transactionBegin
          transactionBegin Constant
static java.lang.String transactionComplete
          transactionComplete Constant
static java.lang.String transactionId
          transactionId Constant
static java.lang.String transactionTimestamp
          TransactionTimestamp Constant
static java.lang.String transactionUpdateResults
          TransactionUpdateResults Constant
static java.lang.String trueValue
          true Constant
static java.lang.String type
          type Constant
static java.lang.String updateResults
          UpdateResult Constant
static java.lang.String uri
          uri Constant
static java.lang.String user
          User Constant
static java.lang.String userId
          userId Constant
static java.lang.String userInRole
          UserInRole Constant
static java.lang.String userType
          userType Constant
static java.lang.String value
          Value Constant
static java.lang.String version
          version Constant
 

Field Detail

payload

static final java.lang.String payload
PayLoad Constant

See Also:
Constant Field Values

operation

static final java.lang.String operation
Operation Constant

See Also:
Constant Field Values

updateResults

static final java.lang.String updateResults
UpdateResult Constant

See Also:
Constant Field Values

transactionUpdateResults

static final java.lang.String transactionUpdateResults
TransactionUpdateResults Constant

See Also:
Constant Field Values

transaction

static final java.lang.String transaction
Transaction Constant

See Also:
Constant Field Values

id

static final java.lang.String id
Id Constant

See Also:
Constant Field Values

transactionTimestamp

static final java.lang.String transactionTimestamp
TransactionTimestamp Constant

See Also:
Constant Field Values

command

static final java.lang.String command
Command Constant

See Also:
Constant Field Values

commandType

static final java.lang.String commandType
CommandType Constant

See Also:
Constant Field Values

commandPrecondition

static final java.lang.String commandPrecondition
CommandPrecondition Constant

See Also:
Constant Field Values

addition

static final java.lang.String addition
Addition Constant

See Also:
Constant Field Values

deletion

static final java.lang.String deletion
Deletion Constant

See Also:
Constant Field Values

subject

static final java.lang.String subject
Subject Constant

See Also:
Constant Field Values

predicate

static final java.lang.String predicate
Predicate Constant

See Also:
Constant Field Values

object

static final java.lang.String object
Object Constant

See Also:
Constant Field Values

node

static final java.lang.String node
Node Constant

See Also:
Constant Field Values

value

static final java.lang.String value
Value Constant

See Also:
Constant Field Values

namedGraph

static final java.lang.String namedGraph
NamedGraph Constant

See Also:
Constant Field Values

namedGraphUri

static final java.lang.String namedGraphUri
namedGraphUri Constant

See Also:
Constant Field Values

metaUri

static final java.lang.String metaUri
metadataUri Constant

See Also:
Constant Field Values

aclUri

static final java.lang.String aclUri
acl Constant

See Also:
Constant Field Values

modified

static final java.lang.String modified
modified Constant

See Also:
Constant Field Values

createdBy

static final java.lang.String createdBy
createdBy Constant

See Also:
Constant Field Values

modifiedBy

static final java.lang.String modifiedBy
modifiedBy Constant

See Also:
Constant Field Values

statement

static final java.lang.String statement
Statement Constant

See Also:
Constant Field Values

method

static final java.lang.String method
method Constant

See Also:
Constant Field Values

user

static final java.lang.String user
User Constant

See Also:
Constant Field Values

userInRole

static final java.lang.String userInRole
UserInRole Constant

See Also:
Constant Field Values

role

static final java.lang.String role
Role Constant

See Also:
Constant Field Values

roleId

static final java.lang.String roleId
roleId Constant

See Also:
Constant Field Values

parentRole

static final java.lang.String parentRole
parentRole Constant

See Also:
Constant Field Values

subRole

static final java.lang.String subRole
SubRole Constant

See Also:
Constant Field Values

acl

static final java.lang.String acl
Acl Constant

See Also:
Constant Field Values

aci

static final java.lang.String aci
Aci Constant

See Also:
Constant Field Values

defaultRole

static final java.lang.String defaultRole
defaultRole Constant

See Also:
Constant Field Values

defaultAclTemplate

static final java.lang.String defaultAclTemplate
defaultAclTemplate Constant

See Also:
Constant Field Values

password

static final java.lang.String password
password Constant

See Also:
Constant Field Values

userId

static final java.lang.String userId
userId Constant

See Also:
Constant Field Values

userType

static final java.lang.String userType
userType Constant

See Also:
Constant Field Values

revision

static final java.lang.String revision
revision Constant

See Also:
Constant Field Values

canRead

static final java.lang.String canRead
canRead Constant

See Also:
Constant Field Values

canUpdate

static final java.lang.String canUpdate
canUpdate Constant

See Also:
Constant Field Values

canDelete

static final java.lang.String canDelete
canDelete Constant

See Also:
Constant Field Values

canInsert

static final java.lang.String canInsert
canInsert Constant

See Also:
Constant Field Values

canRemove

static final java.lang.String canRemove
canRemove Constant

See Also:
Constant Field Values

canChangeAcl

static final java.lang.String canChangeAcl
canChangeAcl Constant

See Also:
Constant Field Values

trueValue

static final java.lang.String trueValue
true Constant

See Also:
Constant Field Values

falseValue

static final java.lang.String falseValue
false Constant

See Also:
Constant Field Values

errorResult

static final java.lang.String errorResult
AnzoException Constant

See Also:
Constant Field Values

errorNumber

static final java.lang.String errorNumber
errorNumber Constant

See Also:
Constant Field Values

errorSubNumber

static final java.lang.String errorSubNumber
errorSubNumber Constant

See Also:
Constant Field Values

errorMessageArg

static final java.lang.String errorMessageArg
Constant

See Also:
Constant Field Values

uri

static final java.lang.String uri
uri Constant

See Also:
Constant Field Values

transactionId

static final java.lang.String transactionId
transactionId Constant

See Also:
Constant Field Values

commandId

static final java.lang.String commandId
commandId Constant

See Also:
Constant Field Values

objectType

static final java.lang.String objectType
objectType Constant

See Also:
Constant Field Values

subjectType

static final java.lang.String subjectType
subjectType Constant

See Also:
Constant Field Values

transactionComplete

static final java.lang.String transactionComplete
transactionComplete Constant

See Also:
Constant Field Values

transactionBegin

static final java.lang.String transactionBegin
transactionBegin Constant

See Also:
Constant Field Values

commandComplete

static final java.lang.String commandComplete
commandComplete Constant

See Also:
Constant Field Values

commandBegin

static final java.lang.String commandBegin
commandBegin Constant

See Also:
Constant Field Values

type

static final java.lang.String type
type Constant

See Also:
Constant Field Values

isTemplate

static final java.lang.String isTemplate
isTemplate Constant

See Also:
Constant Field Values

reset

static final java.lang.String reset
reset Constant

See Also:
Constant Field Values

dataType

static final java.lang.String dataType
dataType Constant

See Also:
Constant Field Values

language

static final java.lang.String language
language Constant

See Also:
Constant Field Values

version

static final java.lang.String version
version Constant

See Also:
Constant Field Values

exception

static final java.lang.String exception
exception Constant

See Also:
Constant Field Values

destination

static final java.lang.String destination
destination Constant

See Also:
Constant Field Values


Copyright © 2007 Cambridge Semantics Inc.. All Rights Reserved.