ModeShape Distribution 3.0.0.Beta4

Uses of Class
org.modeshape.common.i18n.I18n

Packages that use I18n
org.modeshape.common The parent package for the common, low-level utilities and simple frameworks for all of ModeShape. 
org.modeshape.common.collection A set of common classes for dealing with collections of other objects. 
org.modeshape.extractor.tika The classes that make up the TextExtractor implementation that uses the Apache Tika Parser implementations. 
org.modeshape.jcr   
org.modeshape.jcr.bus   
org.modeshape.jdbc   
org.modeshape.sequencer.ddl The classes that make up the DDL sequencer, which is capable of parsing the more important DDL statements from SQL-92, Oracle, Derby, and PostgreSQL, and constructing a graph structure containing a structured representation of these statements. 
org.modeshape.sequencer.teiid The classes that make up the Teiid VDB sequencer. 
org.modeshape.web.jcr.rest.client The ModeShape REST Client is a lightweight, non-UI Maven project that interacts with the ModeShape REST server. 
 

Uses of I18n in org.modeshape.common
 

Fields in org.modeshape.common declared as I18n
static I18n CommonI18n.argumentDidNotContainKey
           
static I18n CommonI18n.argumentDidNotContainObject
           
static I18n CommonI18n.argumentMayNotBeEmpty
           
static I18n CommonI18n.argumentMayNotBeGreaterThan
           
static I18n CommonI18n.argumentMayNotBeLessThan
           
static I18n CommonI18n.argumentMayNotBeNegative
           
static I18n CommonI18n.argumentMayNotBeNull
           
static I18n CommonI18n.argumentMayNotBeNullOrZeroLength
           
static I18n CommonI18n.argumentMayNotBeNullOrZeroLengthOrEmpty
           
static I18n CommonI18n.argumentMayNotBePositive
           
static I18n CommonI18n.argumentMayNotContainNullValue
           
static I18n CommonI18n.argumentMustBeEmpty
           
static I18n CommonI18n.argumentMustBeEquals
           
static I18n CommonI18n.argumentMustBeGreaterThan
           
static I18n CommonI18n.argumentMustBeGreaterThanOrEqualTo
           
static I18n CommonI18n.argumentMustBeInstanceOf
           
static I18n CommonI18n.argumentMustBeLessThan
           
static I18n CommonI18n.argumentMustBeLessThanOrEqualTo
           
static I18n CommonI18n.argumentMustBeNegative
           
static I18n CommonI18n.argumentMustBeNull
           
static I18n CommonI18n.argumentMustBeNumber
           
static I18n CommonI18n.argumentMustBeOfMaximumSize
           
static I18n CommonI18n.argumentMustBeOfMinimumSize
           
static I18n CommonI18n.argumentMustBePositive
           
static I18n CommonI18n.argumentMustBeSameAs
           
static I18n CommonI18n.argumentMustNotBeEquals
           
static I18n CommonI18n.argumentMustNotBeSameAs
           
static I18n CommonI18n.componentClassnameNotValid
           
static I18n CommonI18n.componentConfigClassnamePropertyCategory
           
static I18n CommonI18n.componentConfigClassnamePropertyDescription
           
static I18n CommonI18n.componentConfigClassnamePropertyLabel
           
static I18n CommonI18n.componentConfigClasspathPropertyCategory
           
static I18n CommonI18n.componentConfigClasspathPropertyDescription
           
static I18n CommonI18n.componentConfigClasspathPropertyLabel
           
static I18n CommonI18n.componentConfigDescriptionPropertyCategory
           
static I18n CommonI18n.componentConfigDescriptionPropertyDescription
           
static I18n CommonI18n.componentConfigDescriptionPropertyLabel
           
static I18n CommonI18n.componentConfigNamePropertyCategory
           
static I18n CommonI18n.componentConfigNamePropertyDescription
           
static I18n CommonI18n.componentConfigNamePropertyLabel
           
static I18n CommonI18n.componentNotConfigured
           
static I18n CommonI18n.dateParsingFailure
           
static I18n CommonI18n.endPositionMustBeGreaterThanStartingPosition
           
static I18n CommonI18n.errorInitializingCustomLoggerFactory
           
static I18n CommonI18n.expectingValidBooleanAtLineAndColumn
           
static I18n CommonI18n.expectingValidIntegerAtLineAndColumn
           
static I18n CommonI18n.expectingValidLongAtLineAndColumn
           
static I18n CommonI18n.i18nBundleNotFoundInClasspath
           
static I18n CommonI18n.i18nClassInterface
           
static I18n CommonI18n.i18nClassNotPublic
           
static I18n CommonI18n.i18nFieldFinal
           
static I18n CommonI18n.i18nFieldInvalidType
           
static I18n CommonI18n.i18nFieldNotPublic
           
static I18n CommonI18n.i18nFieldNotStatic
           
static I18n CommonI18n.i18nLocalizationFileNotFound
           
static I18n CommonI18n.i18nLocalizationProblems
           
static I18n CommonI18n.i18nPropertyDuplicate
           
static I18n CommonI18n.i18nPropertyMissing
           
static I18n CommonI18n.i18nPropertyUnused
           
static I18n CommonI18n.i18nRequiredToSuppliedParameterMismatch
           
static I18n CommonI18n.initialActivityMonitorTaskName
           
static I18n CommonI18n.noMatchingDoubleQuoteFound
           
static I18n CommonI18n.noMatchingSingleQuoteFound
           
static I18n CommonI18n.noMoreContent
           
static I18n CommonI18n.noMoreContentButWasExpectingCharacter
           
static I18n CommonI18n.noMoreContentButWasExpectingToken
           
static I18n CommonI18n.noMoreContentButWasExpectingTokenType
           
static I18n CommonI18n.nullActivityMonitorTaskName
           
static I18n CommonI18n.pathAncestorDegreeIsInvalid
           
static I18n CommonI18n.pathCannotBeNormalized
           
static I18n CommonI18n.pathIsAlreadyAbsolute
           
static I18n CommonI18n.pathIsNotAbsolute
           
static I18n CommonI18n.pathIsNotRelative
           
static I18n CommonI18n.requiredToSuppliedParameterMismatch
           
static I18n CommonI18n.startMethodMustBeCalledBeforeConsumingOrMatching
           
static I18n CommonI18n.startMethodMustBeCalledBeforeNext
           
static I18n CommonI18n.unableToAccessResourceFileFromClassLoader
           
static I18n CommonI18n.unexpectedCharacter
           
static I18n CommonI18n.unexpectedToken
           
static I18n CommonI18n.unexpectedTokenType
           
 

Uses of I18n in org.modeshape.common.collection
 

Methods in org.modeshape.common.collection that return I18n
 I18n Problem.getMessage()
           
 

Methods in org.modeshape.common.collection with parameters of type I18n
 void Problems.addError(I18n message, Object... params)
          Add an error message with the parameters that should be used when localizing the message.
 void ImmutableProblems.addError(I18n message, Object... params)
           
 void AbstractProblems.addError(I18n message, Object... params)
           
 void Problems.addError(int code, I18n message, Object... params)
          Add an error message with the parameters that should be used when localizing the message.
 void ImmutableProblems.addError(int code, I18n message, Object... params)
           
 void AbstractProblems.addError(int code, I18n message, Object... params)
           
 void Problems.addError(int code, String resource, String location, I18n message, Object... params)
          Add an error message with a description of the resource, its location, and the parameters that should be used when localizing the message
 void ImmutableProblems.addError(int code, String resource, String location, I18n message, Object... params)
           
 void AbstractProblems.addError(int code, String resource, String location, I18n message, Object... params)
           
 void Problems.addError(String resource, String location, I18n message, Object... params)
          Add an error message with a description of the resource, its location, and the parameters that should be used when localizing the message
 void ImmutableProblems.addError(String resource, String location, I18n message, Object... params)
           
 void AbstractProblems.addError(String resource, String location, I18n message, Object... params)
           
 void Problems.addError(Throwable throwable, I18n message, Object... params)
          Add an error exception and message with the parameters that should be used when localizing the message.
 void ImmutableProblems.addError(Throwable throwable, I18n message, Object... params)
           
 void AbstractProblems.addError(Throwable throwable, I18n message, Object... params)
           
 void Problems.addError(Throwable throwable, int code, I18n message, Object... params)
          Add an error exception and message with the parameters that should be used when localizing the message.
 void ImmutableProblems.addError(Throwable throwable, int code, I18n message, Object... params)
           
 void AbstractProblems.addError(Throwable throwable, int code, I18n message, Object... params)
           
 void Problems.addError(Throwable throwable, int code, String resource, String location, I18n message, Object... params)
          Add an error exception and message with a description of the resource, its location, and the parameters that should be used when localizing the message
 void ImmutableProblems.addError(Throwable throwable, int code, String resource, String location, I18n message, Object... params)
           
 void AbstractProblems.addError(Throwable throwable, int code, String resource, String location, I18n message, Object... params)
           
 void Problems.addError(Throwable throwable, String resource, String location, I18n message, Object... params)
          Add an error exception and message with a description of the resource, its location, and the parameters that should be used when localizing the message
 void ImmutableProblems.addError(Throwable throwable, String resource, String location, I18n message, Object... params)
           
 void AbstractProblems.addError(Throwable throwable, String resource, String location, I18n message, Object... params)
           
 void Problems.addInfo(I18n message, Object... params)
          Add a informational message with the parameters that should be used when localizing the message.
 void ImmutableProblems.addInfo(I18n message, Object... params)
           
 void AbstractProblems.addInfo(I18n message, Object... params)
           
 void Problems.addInfo(int code, I18n message, Object... params)
          Add a informational message with the parameters that should be used when localizing the message.
 void ImmutableProblems.addInfo(int code, I18n message, Object... params)
           
 void AbstractProblems.addInfo(int code, I18n message, Object... params)
           
 void Problems.addInfo(int code, String resource, String location, I18n message, Object... params)
          Add an informational message with a description of the resource, its location, and the parameters that should be used when localizing the message
 void ImmutableProblems.addInfo(int code, String resource, String location, I18n message, Object... params)
           
 void AbstractProblems.addInfo(int code, String resource, String location, I18n message, Object... params)
           
 void Problems.addInfo(String resource, String location, I18n message, Object... params)
          Add an informational message with a description of the resource, its location, and the parameters that should be used when localizing the message
 void ImmutableProblems.addInfo(String resource, String location, I18n message, Object... params)
           
 void AbstractProblems.addInfo(String resource, String location, I18n message, Object... params)
           
 void Problems.addInfo(Throwable throwable, I18n message, Object... params)
          Add an informational exception and message with the parameters that should be used when localizing the message.
 void ImmutableProblems.addInfo(Throwable throwable, I18n message, Object... params)
           
 void AbstractProblems.addInfo(Throwable throwable, I18n message, Object... params)
           
 void Problems.addInfo(Throwable throwable, int code, I18n message, Object... params)
          Add a informational exception and message with the parameters that should be used when localizing the message.
 void ImmutableProblems.addInfo(Throwable throwable, int code, I18n message, Object... params)
           
 void AbstractProblems.addInfo(Throwable throwable, int code, I18n message, Object... params)
           
 void Problems.addInfo(Throwable throwable, int code, String resource, String location, I18n message, Object... params)
          Add an informational exception and message with a description of the resource, its location, and the parameters that should be used when localizing the message
 void ImmutableProblems.addInfo(Throwable throwable, int code, String resource, String location, I18n message, Object... params)
           
 void AbstractProblems.addInfo(Throwable throwable, int code, String resource, String location, I18n message, Object... params)
           
 void Problems.addInfo(Throwable throwable, String resource, String location, I18n message, Object... params)
          Add an informational exception and message with a description of the resource, its location, and the parameters that should be used when localizing the message
 void ImmutableProblems.addInfo(Throwable throwable, String resource, String location, I18n message, Object... params)
           
 void AbstractProblems.addInfo(Throwable throwable, String resource, String location, I18n message, Object... params)
           
 void Problems.addWarning(I18n message, Object... params)
          Add a warning message with the parameters that should be used when localizing the message.
 void ImmutableProblems.addWarning(I18n message, Object... params)
           
 void AbstractProblems.addWarning(I18n message, Object... params)
           
 void Problems.addWarning(int code, I18n message, Object... params)
          Add a warning message with the parameters that should be used when localizing the message.
 void ImmutableProblems.addWarning(int code, I18n message, Object... params)
           
 void AbstractProblems.addWarning(int code, I18n message, Object... params)
           
 void Problems.addWarning(int code, String resource, String location, I18n message, Object... params)
          Add a warning message with a description of the resource, its location, and the parameters that should be used when localizing the message
 void ImmutableProblems.addWarning(int code, String resource, String location, I18n message, Object... params)
           
 void AbstractProblems.addWarning(int code, String resource, String location, I18n message, Object... params)
           
 void Problems.addWarning(String resource, String location, I18n message, Object... params)
          Add a warning message with a description of the resource, its location, and the parameters that should be used when localizing the message
 void ImmutableProblems.addWarning(String resource, String location, I18n message, Object... params)
           
 void AbstractProblems.addWarning(String resource, String location, I18n message, Object... params)
           
 void Problems.addWarning(Throwable throwable, I18n message, Object... params)
          Add a warning exception and message with the parameters that should be used when localizing the message.
 void ImmutableProblems.addWarning(Throwable throwable, I18n message, Object... params)
           
 void AbstractProblems.addWarning(Throwable throwable, I18n message, Object... params)
           
 void Problems.addWarning(Throwable throwable, int code, I18n message, Object... params)
          Add a warning exception and message with the parameters that should be used when localizing the message.
 void ImmutableProblems.addWarning(Throwable throwable, int code, I18n message, Object... params)
           
 void AbstractProblems.addWarning(Throwable throwable, int code, I18n message, Object... params)
           
 void Problems.addWarning(Throwable throwable, int code, String resource, String location, I18n message, Object... params)
          Add a warning exception and message with a description of the resource, its location, and the parameters that should be used when localizing the message
 void ImmutableProblems.addWarning(Throwable throwable, int code, String resource, String location, I18n message, Object... params)
           
 void AbstractProblems.addWarning(Throwable throwable, int code, String resource, String location, I18n message, Object... params)
           
 void Problems.addWarning(Throwable throwable, String resource, String location, I18n message, Object... params)
          Add a warning exception and message with a description of the resource, its location, and the parameters that should be used when localizing the message
 void ImmutableProblems.addWarning(Throwable throwable, String resource, String location, I18n message, Object... params)
           
 void AbstractProblems.addWarning(Throwable throwable, String resource, String location, I18n message, Object... params)
           
 

Constructors in org.modeshape.common.collection with parameters of type I18n
Problem(Problem.Status status, int code, I18n message, Object[] params, String resource, String location, Throwable throwable)
           
 

Uses of I18n in org.modeshape.extractor.tika
 

Fields in org.modeshape.extractor.tika declared as I18n
static I18n TikaI18n.errorWhileExtractingTextFrom
           
static I18n TikaI18n.warnCannotDetectMimeType
           
 

Uses of I18n in org.modeshape.jcr
 

Fields in org.modeshape.jcr declared as I18n
static I18n GraphI18n.actualLocationDoesNotHaveCorrectChildName
           
static I18n GraphI18n.actualLocationIsNotAtCorrectChildSegment
           
static I18n GraphI18n.actualLocationIsNotChildOfInputLocation
           
static I18n GraphI18n.actualLocationMustHavePath
           
static I18n GraphI18n.actualLocationNotEqualToInputLocation
           
static I18n GraphI18n.actualNewLocationIsNotSameAsInputLocation
           
static I18n GraphI18n.actualNewLocationMustHavePath
           
static I18n GraphI18n.actualNewLocationMustHaveSameNameAsRequest
           
static I18n GraphI18n.actualNewLocationMustHaveSameParentAsOldLocation
           
static I18n GraphI18n.actualOldLocationIsNotSameAsInputLocation
           
static I18n GraphI18n.actualOldLocationMustHavePath
           
static I18n GraphI18n.aliasesMappedToRealNamespacesButWereNotRegisteredInAliasNamespace
           
static I18n JcrI18n.allNodeTypeTemplatesMustComeFromSameSession
           
static I18n JcrI18n.allPropertyValuesMustHaveSameType
           
static I18n JcrI18n.alreadyLocked
           
static I18n JcrI18n.ambiguousPrimaryItemName
           
static I18n RepositoryI18n.atLeastOneSequencerPathExpressionMustBeSpecified
           
static I18n JcrI18n.autocreatedNodesNeedDefaults
           
static I18n JcrI18n.autocreatedPropertyNeedsDefault
           
static I18n JcrI18n.backupOperationWasCancelled
           
static I18n JcrI18n.badNodeTypeName
           
static I18n GraphI18n.bindVariableMustConformToNcName
           
static I18n JcrI18n.cannotAddMixin
           
static I18n JcrI18n.cannotCheckinNodeWithAbortChildNode
           
static I18n JcrI18n.cannotCheckinNodeWithAbortProperty
           
static I18n JcrI18n.cannotConvertValue
           
static I18n JcrI18n.cannotCreateChildOnCheckedInNodeSinceOpvOfChildDefinitionIsNotIgnore
           
static I18n JcrI18n.cannotCreateUuid
           
static I18n JcrI18n.cannotMakeMandatoryDefinitionOptional
           
static I18n JcrI18n.cannotOverrideProtectedDefinition
           
static I18n JcrI18n.cannotPerformNodeTypeCheck
           
static I18n JcrI18n.cannotRedefineChildNodeWithIncompatibleDefinition
           
static I18n JcrI18n.cannotRedefineProperty
           
static I18n JcrI18n.cannotRemoveChildOnCheckedInNodeSinceOpvOfChildDefinitionIsNotIgnore
           
static I18n JcrI18n.cannotRemoveFromProtectedNode
           
static I18n JcrI18n.cannotRemoveItemWithProtectedDefinition
           
static I18n JcrI18n.cannotRemoveLockToken
           
static I18n JcrI18n.cannotRemoveNodeFromClone
           
static I18n JcrI18n.cannotRemoveNodeFromCloneDueToChangesInSession
           
static I18n JcrI18n.cannotRemoveParentNodeOfTarget
           
static I18n JcrI18n.cannotRemoveRootNode
           
static I18n JcrI18n.cannotRemoveShareableMixinThatIsShared
           
static I18n JcrI18n.cannotRemoveVersion
           
static I18n JcrI18n.cannotRestoreRootVersion
           
static I18n JcrI18n.cannotSetProtectedPropertyValue
           
static I18n JcrI18n.cannotUnregisterDefaultPrimaryType
           
static I18n JcrI18n.cannotUnregisterInUseType
           
static I18n JcrI18n.cannotUnregisterRequiredPrimaryType
           
static I18n JcrI18n.cannotUnregisterSupertype
           
static I18n JcrI18n.cannotUseMixinTypeAsPrimaryType
           
static I18n JcrI18n.changedNodeCannotBeLocked
           
static I18n JcrI18n.changedNodeCannotBeUnlocked
           
static I18n JcrI18n.childNodeAlreadyExists
           
static I18n GraphI18n.childNotFound
           
static I18n JcrI18n.childNotFoundUnderNode
           
static I18n JcrI18n.cleanedUpLocks
           
static I18n JcrI18n.cleaningUpLocks
           
static I18n GraphI18n.cloneLimitedToBeWithinSingleSource
           
static I18n GraphI18n.closedConnectionMayNotBeUsed
           
static I18n GraphI18n.closedRequestProcessor
           
static I18n GraphI18n.closingRequestProcessor
           
static I18n RepositoryI18n.clusteringConfigurationRequiresClusterName
           
static I18n RepositoryI18n.clusteringServiceName
           
static I18n GraphI18n.columnDoesNotExistInQuery
           
static I18n GraphI18n.columnDoesNotExistOnTable
           
static I18n GraphI18n.columnInTableIsNotOrderable
           
static I18n GraphI18n.columnIsNotFullTextSearchable
           
static I18n GraphI18n.columnMustBeScoped
           
static I18n GraphI18n.columnTypeCannotBeUsedInArithmeticOperation
           
static I18n JcrI18n.completedStartingRepository
           
static I18n JcrI18n.configurationError
           
static I18n JcrI18n.configurationWarning
           
static I18n JcrI18n.constraintsChangedInSubtype
           
static I18n JcrI18n.constraintViolatedOnReference
           
static I18n GraphI18n.contentPropertyCategory
           
static I18n GraphI18n.contentPropertyDescription
           
static I18n GraphI18n.contentPropertyLabel
           
static I18n GraphI18n.copyLimitedToBeWithinSingleSource
           
static I18n GraphI18n.couldNotAcquireLock
           
static I18n JcrI18n.couldNotFindDefinitionOfRequiredPrimaryType
           
static I18n JcrI18n.couldNotStartEngine
           
static I18n GraphI18n.creatingWorkspacesAllowedPropertyCategory
           
static I18n GraphI18n.creatingWorkspacesAllowedPropertyDescription
           
static I18n GraphI18n.creatingWorkspacesAllowedPropertyLabel
           
static I18n JcrI18n.creatingWorkspacesIsNotAllowedInRepository
           
static I18n JcrI18n.credentialsMustProvideJaasMethod
           
static I18n JcrI18n.credentialsMustReturnLoginContext
           
static I18n GraphI18n.currentWorkspaceCannotBeDeleted
           
static I18n JcrI18n.defaultWorkspaceName
           
static I18n GraphI18n.defaultWorkspaceNamePropertyCategory
           
static I18n GraphI18n.defaultWorkspaceNamePropertyDescription
           
static I18n GraphI18n.defaultWorkspaceNamePropertyLabel
           
static I18n JcrI18n.descendantAlreadyLocked
           
static I18n GraphI18n.dynamicOperandCannotBeUsedInArithmeticOperation
           
static I18n JcrI18n.emptyRepositoryNameProvidedWhenRegisteringRepositoryInJndi
           
static I18n JcrI18n.engineAtJndiLocationIsNotRunning
           
static I18n RepositoryI18n.engineIsNotRunning
           
static I18n JcrI18n.engineIsNotRunning
           
static I18n JcrI18n.engineStarted
           
static I18n JcrI18n.engineStarting
           
static I18n JcrI18n.engineStopped
           
static I18n JcrI18n.engineStopping
           
static I18n JcrI18n.equiJoinWithOneJcrPathPseudoColumnIsInvalid
           
static I18n JcrI18n.errorAddingBinaryTextToIndex
           
static I18n GraphI18n.errorAddingProjectionRuleParseMethod
           
static I18n JcrI18n.errorCheckingNodeTypeUsage
           
static I18n JcrI18n.errorCleaningUpLocks
           
static I18n RepositoryI18n.errorClosingBinaryStreamForPropertyFromNode
           
static I18n JcrI18n.errorClosingLuceneReaderForIndex
           
static I18n RepositoryI18n.errorCollectingGarbageInSource
           
static I18n GraphI18n.errorConvertingIo
           
static I18n GraphI18n.errorConvertingType
           
static I18n RepositoryI18n.errorCreatingInstanceOfClass
           
static I18n RepositoryI18n.errorCreatingInstanceOfClassUsingClassLoaders
           
static I18n JcrI18n.errorDuringCheckinNode
           
static I18n JcrI18n.errorDuringGarbageCollection
           
static I18n JcrI18n.errorExtractingTextFromBinary
           
static I18n RepositoryI18n.errorFindingPropertyNameInPropertyAddedEvent
           
static I18n RepositoryI18n.errorFindingPropertyNameInPropertyChangedEvent
           
static I18n RepositoryI18n.errorFindingPropertyNameInPropertyRemovedEvent
           
static I18n RepositoryI18n.errorFindingSequencersToRunAgainstNode
           
static I18n RepositoryI18n.errorGettingNodeRelativeToNode
           
static I18n RepositoryI18n.errorGettingOptionalPropertyFromNode
           
static I18n RepositoryI18n.errorGettingRequiredPropertyFromNode
           
static I18n CndI18n.errorImportingCndContent
           
static I18n GraphI18n.errorImportingContent
           
static I18n JcrI18n.errorImportingNodeTypeContent
           
static I18n JcrI18n.errorInAuthenticationProvider
           
static I18n RepositoryI18n.errorInRepositoryWhileFindingSequencersToRunAgainstNode
           
static I18n RepositoryI18n.errorInRepositoryWhileSequencingNode
           
static I18n JcrI18n.errorKillingEngine
           
static I18n JcrI18n.errorKillingRepository
           
static I18n JcrI18n.errorLoadingNodeTypeDefintions
           
static I18n JcrI18n.errorLockingBinaryValue
           
static I18n JcrI18n.errorMarkingBinaryValuesUnused
           
static I18n JcrI18n.errorMarkingBinaryValuesUsed
           
static I18n GraphI18n.errorNotifyingObserver
           
static I18n JcrI18n.errorObtainingDefaultWorkspaceName
           
static I18n JcrI18n.errorObtainingWorkspaceNames
           
static I18n RepositoryI18n.errorProcessingEvents
           
static I18n JcrI18n.errorReadingBinaryValue
           
static I18n GraphI18n.errorReadingConfigurationForFederatedRepositorySource
           
static I18n JcrI18n.errorReadingExtractedText
           
static I18n JcrI18n.errorReadingNodeTypesFromRemote
           
static I18n RepositoryI18n.errorReadingPropertiesFromContainerNode
           
static I18n GraphI18n.errorReadingPropertyValueBytes
           
static I18n JcrI18n.errorRefreshingLocks
           
static I18n JcrI18n.errorRefreshingNodeTypes
           
static I18n JcrI18n.errorRefreshingNodeTypesFromSystem
           
static I18n JcrI18n.errorRegisteringPersistentNamespace
           
static I18n GraphI18n.errorResolvingNodesFromLocationsUsingSourceAndWorkspace
           
static I18n JcrI18n.errorRetrievingExtractedTextFile
           
static I18n GraphI18n.errorSerializingInMemoryCachePolicyInSource
           
static I18n GraphI18n.errorSerializingNodeCachePolicyInSource
           
static I18n RepositoryI18n.errorSettingJavaBeanPropertyOnInstanceOfClass
           
static I18n GraphI18n.errorShuttingDownExecutorServiceInSearchEngineIndexer
           
static I18n JcrI18n.errorShuttingDownJcrRepositoryFactory
           
static I18n JcrI18n.errorsInRepositoryConfiguration
           
static I18n JcrI18n.errorsParsingNodeTypeDefinitions
           
static I18n JcrI18n.errorsParsingStreamOfNodeTypeDefinitions
           
static I18n RepositoryI18n.errorsPreventStarting
           
static I18n JcrI18n.errorStartingRepository
           
static I18n JcrI18n.errorStartingRepositoryCheckConfiguration
           
static I18n RepositoryI18n.errorStartingRepositoryService
           
static I18n JcrI18n.errorStoringBinaryValue
           
static I18n JcrI18n.errorStoringExtractedText
           
static I18n JcrI18n.errorStoringMimeType
           
static I18n JcrI18n.errorSynchronizingNodeTypes
           
static I18n RepositoryI18n.errorUnregisteringWorkspaceListenerWhileShuttingDownObservationService
           
static I18n JcrI18n.errorUpdatingQueryIndexes
           
static I18n RepositoryI18n.errorVerifyingConfiguration
           
static I18n JcrI18n.errorVerifyingWorkspaceName
           
static I18n JcrI18n.errorWhileCommittingIndexChanges
           
static I18n JcrI18n.errorWhileFindingNodeWithPath
           
static I18n JcrI18n.errorWhileFindingNodeWithUuid
           
static I18n JcrI18n.errorWhileInitializingTheNamespaceRegistry
           
static I18n GraphI18n.errorWhilePerformingAccessQuery
           
static I18n GraphI18n.errorWhilePerformingQuery
           
static I18n JcrI18n.errorWhileRollingBackIndexChanges
           
static I18n RepositoryI18n.errorWhileSequencingNode
           
static I18n RepositoryI18n.errorWhileSequencingNodeIntoWorkspace
           
static I18n JcrI18n.errorWhileShuttingDownEngineInJndi
           
static I18n JcrI18n.errorWhileShuttingDownRepositoryInJndi
           
static I18n GraphI18n.executedRequest
           
static I18n GraphI18n.executingRequest
           
static I18n RepositoryI18n.executionContextHasBeenClosed
           
static I18n JcrI18n.existsAndMustBeWritableDirectory
           
static I18n CndI18n.expectedNamespaceOrNodeDefinition
           
static I18n CndI18n.expectedValidNameLiteral
           
static I18n CndI18n.expectedValidQueryOperator
           
static I18n GraphI18n.expectingComparisonOperator
           
static I18n GraphI18n.expectingConstraintCondition
           
static I18n GraphI18n.expectingLiteralAndUnableToParseAsDate
           
static I18n GraphI18n.expectingLiteralAndUnableToParseAsDouble
           
static I18n GraphI18n.expectingLiteralAndUnableToParseAsLong
           
static I18n GraphI18n.expectingValidName
           
static I18n GraphI18n.expectingValidNameAtLineAndColumn
           
static I18n GraphI18n.expectingValidPathAtLineAndColumn
           
static I18n JcrI18n.failedToQueryForDerivedContent
           
static I18n JcrI18n.failedToReadPropertiesFromManifest
           
static I18n JcrI18n.failedToReadPropertyFromManifest
           
static I18n JcrI18n.failedToShutdownDeployedRepository
           
static I18n JcrI18n.failedWhileRollingBackDestroyToRuntimeError
           
static I18n GraphI18n.federatedRepositorySourceMustBeInitialized
           
static I18n GraphI18n.federatedSourceDoesNotSupportCloningWorkspaces
           
static I18n GraphI18n.federatedSourceDoesNotSupportCreatingWorkspaces
           
static I18n GraphI18n.federatedSourceDoesNotSupportDestroyingWorkspaces
           
static I18n JcrI18n.fileDoesNotExist
           
static I18n JcrI18n.fileMustExistAndBeReadable
           
static I18n GraphI18n.functionIsAmbiguous
           
static I18n JcrI18n.identifierPathContainedUnsupportedIdentifierFormat
           
static I18n GraphI18n.identifierPathContainedUnsupportedIdentifierFormat
           
static I18n GraphI18n.identifierPathDoesNotMatchSuppliedUuid
           
static I18n JcrI18n.identifierPathNeverReferencesProperty
           
static I18n JcrI18n.ignoringIndexingProperty
           
static I18n RepositoryI18n.illegalAccessExceptionWhileSettingProperty
           
static I18n JcrI18n.indexRebuildingComplete
           
static I18n JcrI18n.indexRebuildingOfWorkspaceComplete
           
static I18n JcrI18n.indexRebuildingOfWorkspaceStarted
           
static I18n JcrI18n.indexRebuildingStarted
           
static I18n JcrI18n.initializing
           
static I18n GraphI18n.inMemoryConnectorMustAllowUpdates
           
static I18n GraphI18n.inMemoryConnectorRequestsMustHavePathOrUuid
           
static I18n GraphI18n.interruptedWhileClosingChannel
           
static I18n JcrI18n.interruptedWhilePerformingBackup
           
static I18n JcrI18n.invalidAbsolutePath
           
static I18n JcrI18n.invalidAliasForComponent
           
static I18n RepositoryI18n.invalidArgumentExceptionWhileSettingProperty
           
static I18n GraphI18n.invalidIndexInSegmentName
           
static I18n JcrI18n.invalidJcrUrl
           
static I18n JcrI18n.invalidLockToken
           
static I18n JcrI18n.invalidMethodForMultiValuedProperty
           
static I18n JcrI18n.invalidMethodForSingleValuedProperty
           
static I18n JcrI18n.invalidMixinTypeForNode
           
static I18n JcrI18n.invalidNamePattern
           
static I18n JcrI18n.invalidNodeTypeName
           
static I18n JcrI18n.invalidNodeTypeNameParameter
           
static I18n JcrI18n.invalidOptionProvided
           
static I18n JcrI18n.invalidPathParameter
           
static I18n JcrI18n.invalidPrimaryItemName
           
static I18n JcrI18n.invalidPrimaryTypeName
           
static I18n JcrI18n.invalidPropertyType
           
static I18n GraphI18n.invalidPropertyType
           
static I18n GraphI18n.invalidQualifiedNameString
           
static I18n JcrI18n.invalidQueryLanguage
           
static I18n JcrI18n.invalidRelativePath
           
static I18n JcrI18n.invalidRepositoryNameWhenRegisteringRepositoryInJndi
           
static I18n RepositoryI18n.invalidRepositoryNodePath
           
static I18n RepositoryI18n.invalidStateString
           
static I18n JcrI18n.invalidSupertypeName
           
static I18n JcrI18n.invalidVersion
           
static I18n JcrI18n.invalidVersionLabel
           
static I18n JcrI18n.invalidVersionName
           
static I18n RepositoryI18n.invocationTargetExceptionWhileSettingProperty
           
static I18n JcrI18n.itemAlreadyExistsWithUuid
           
static I18n JcrI18n.itemNotFoundAtPath
           
static I18n JcrI18n.itemNotFoundAtPathRelativeToReferenceNode
           
static I18n JcrI18n.itemNotFoundWithUuid
           
static I18n GraphI18n.jndiNamePropertyCategory
           
static I18n GraphI18n.jndiNamePropertyDescription
           
static I18n GraphI18n.jndiNamePropertyLabel
           
static I18n JcrI18n.labeledNodeNotFound
           
static I18n GraphI18n.leftAndRightQueriesInSetQueryMustHaveUnionableColumns
           
static I18n GraphI18n.lengthOperandRequiresLongLiteralType
           
static I18n GraphI18n.locationCannotBeProjectedIntoWorkspaceAndSource
           
static I18n JcrI18n.locationForIndexesCannotBeRead
           
static I18n JcrI18n.locationForIndexesCannotBeWritten
           
static I18n JcrI18n.locationForIndexesIsNotDirectory
           
static I18n JcrI18n.lockTokenAlreadyHeld
           
static I18n JcrI18n.lockTokenNotHeld
           
static I18n JcrI18n.loginConfigNotFound
           
static I18n JcrI18n.loginFailed
           
static I18n GraphI18n.maximumPoolSizeMayNotBeSmallerThanCorePoolSize
           
static I18n GraphI18n.messageDigestNotFound
           
static I18n GraphI18n.missingClosingBrace
           
static I18n JcrI18n.missingComponentType
           
static I18n GraphI18n.missingEndBracketInSegmentName
           
static I18n JcrI18n.missingFieldOnInstance
           
static I18n JcrI18n.missingMandatoryChild
           
static I18n JcrI18n.missingMandatoryProperty
           
static I18n JcrI18n.missingNodeTypeForExistingNode
           
static I18n JcrI18n.missingQueryVariableValue
           
static I18n JcrI18n.missingVariableValue
           
static I18n GraphI18n.missingVariableValue
           
static I18n GraphI18n.moveLimitedToBeWithinSingleSource
           
static I18n GraphI18n.multipleErrorsWhileExecutingManyRequests
           
static I18n GraphI18n.multipleErrorsWhileExecutingRequests
           
static I18n CndI18n.multipleKeywordNotValidInJcr2CndFormat
           
static I18n JcrI18n.multipleSelectorsAppearInQueryRequireSpecifyingSelectorName
           
static I18n JcrI18n.multipleSelectorsAppearInQueryUnableToCallMethod
           
static I18n JcrI18n.mustBeInPrivilegedAction
           
static I18n GraphI18n.mustBeScopedAtLineAndColumn
           
static I18n GraphI18n.nameOperandRequiresNameLiteralType
           
static I18n GraphI18n.namePropertyCategory
           
static I18n GraphI18n.namePropertyDescription
           
static I18n GraphI18n.namePropertyIsRequiredForFederatedRepositorySource
           
static I18n GraphI18n.namePropertyLabel
           
static I18n GraphI18n.namespaceAliasWasNotMappedToRealNamespace
           
static I18n GraphI18n.nextMethodMustBeCalledBeforeGettingValue
           
static I18n JcrI18n.noChildNodeDefinition
           
static I18n GraphI18n.nodeAlreadyExistsWithUuid
           
static I18n JcrI18n.nodeCreatedBySessionUsedExistingKey
           
static I18n JcrI18n.nodeDefinitionCouldNotBeDeterminedForNode
           
static I18n GraphI18n.nodeDoesNotExist
           
static I18n GraphI18n.nodeDoesNotExistWithUuid
           
static I18n JcrI18n.nodeHasAlreadyBeenRemovedFromThisSession
           
static I18n GraphI18n.nodeHasAlreadyBeenRemovedFromThisSession
           
static I18n JcrI18n.nodeIsCheckedIn
           
static I18n JcrI18n.nodeIsLocked
           
static I18n JcrI18n.nodeModifiedBySessionWasRemovedByAnotherSession
           
static I18n JcrI18n.nodeNotFound
           
static I18n JcrI18n.nodeNotFoundAtPathRelativeToReferenceNode
           
static I18n JcrI18n.nodeNotInTheSameSession
           
static I18n JcrI18n.nodeNotLockable
           
static I18n JcrI18n.nodeNotReferenceable
           
static I18n JcrI18n.nodeNotReferenceableUuid
           
static I18n JcrI18n.nodeTypeAlreadyExists
           
static I18n JcrI18n.nodeTypesNotFoundInXml
           
static I18n JcrI18n.noExistingVersionForRestore
           
static I18n GraphI18n.noMatchingBracketFound
           
static I18n GraphI18n.noNamespaceRegisteredForPrefix
           
static I18n JcrI18n.noNamespaceWithPrefix
           
static I18n JcrI18n.noNamespaceWithUri
           
static I18n JcrI18n.noNegativeDepth
           
static I18n JcrI18n.noOptionValueProvided
           
static I18n JcrI18n.noPendingChangesAllowed
           
static I18n JcrI18n.noPendingChangesAllowedForNode
           
static I18n JcrI18n.noPrimaryItemNameDefinedOnPrimaryType
           
static I18n JcrI18n.noPrivilegeToGetLoginContextFromCredentials
           
static I18n GraphI18n.noPropertiesToRemove
           
static I18n GraphI18n.noPropertiesToUpdate
           
static I18n JcrI18n.noPropertyDefinition
           
static I18n JcrI18n.noSnsDefinition
           
static I18n JcrI18n.noSnsDefinitionForNode
           
static I18n JcrI18n.noSuchNodeType
           
static I18n JcrI18n.noSuchVariableInQuery
           
static I18n JcrI18n.notLocked
           
static I18n JcrI18n.notOrderable
           
static I18n JcrI18n.notStoredQuery
           
static I18n JcrI18n.noVersionHistoryForTransientVersionableNodes
           
static I18n GraphI18n.operatorIsNotValidAgainstColumnInTable
           
static I18n RepositoryI18n.optionalPropertyOnNodeCouldNotBeRead
           
static I18n RepositoryI18n.optionalPropertyOnNodeWasExpectedToBeStringArrayValue
           
static I18n RepositoryI18n.optionalPropertyOnNodeWasExpectedToBeStringValue
           
static I18n JcrI18n.parentAlreadyLocked
           
static I18n GraphI18n.pathAncestorDegreeIsInvalid
           
static I18n GraphI18n.pathCannotBeNormalized
           
static I18n JcrI18n.pathCannotHaveSameNameSiblingIndex
           
static I18n GraphI18n.pathConnectorRequestsMustHavePath
           
static I18n RepositoryI18n.pathExpressionHasInvalidMatch
           
static I18n GraphI18n.pathExpressionHasInvalidMatch
           
static I18n RepositoryI18n.pathExpressionHasInvalidSelect
           
static I18n GraphI18n.pathExpressionHasInvalidSelect
           
static I18n RepositoryI18n.pathExpressionIsInvalid
           
static I18n GraphI18n.pathExpressionIsInvalid
           
static I18n RepositoryI18n.pathExpressionIsInvalidOnSequencer
           
static I18n RepositoryI18n.pathExpressionMayNotBeBlank
           
static I18n GraphI18n.pathExpressionMayNotBeBlank
           
static I18n GraphI18n.pathIsAlreadyAbsolute
           
static I18n GraphI18n.pathIsNotAbsolute
           
static I18n GraphI18n.pathIsNotRelative
           
static I18n GraphI18n.pathIsNotValid
           
static I18n GraphI18n.pathMustBeAbsolute
           
static I18n JcrI18n.pathNotFound
           
static I18n GraphI18n.pathNotFoundExceptionLowestExistingLocationFound
           
static I18n JcrI18n.pathNotFoundRelativeTo
           
static I18n JcrI18n.pendingMergeConflicts
           
static I18n JcrI18n.permissionDenied
           
static I18n GraphI18n.poolCorePoolSizeCategory
           
static I18n GraphI18n.poolCorePoolSizeDescription
           
static I18n GraphI18n.poolCorePoolSizeLabel
           
static I18n GraphI18n.poolKeepAliveTimeCategory
           
static I18n GraphI18n.poolKeepAliveTimeDescription
           
static I18n GraphI18n.poolKeepAliveTimeLabel
           
static I18n GraphI18n.poolMaximumFailedAttemptsBeforeErrorCategory
           
static I18n GraphI18n.poolMaximumFailedAttemptsBeforeErrorDescription
           
static I18n GraphI18n.poolMaximumFailedAttemptsBeforeErrorLabel
           
static I18n GraphI18n.poolMaxiumumPoolSizeCategory
           
static I18n GraphI18n.poolMaxiumumPoolSizeDescription
           
static I18n GraphI18n.poolMaxiumumPoolSizeLabel
           
static I18n GraphI18n.poolPingTimeoutCategory
           
static I18n GraphI18n.poolPingTimeoutDescription
           
static I18n GraphI18n.poolPingTimeoutLabel
           
static I18n GraphI18n.poolValidateConnectionBeforeUseCategory
           
static I18n GraphI18n.poolValidateConnectionBeforeUseDescription
           
static I18n GraphI18n.poolValidateConnectionBeforeUseLabel
           
static I18n JcrI18n.potentialClasspathErrorAtJndiLocation
           
static I18n GraphI18n.predefinedWorkspaceNamesPropertyCategory
           
static I18n GraphI18n.predefinedWorkspaceNamesPropertyDescription
           
static I18n GraphI18n.predefinedWorkspaceNamesPropertyLabel
           
static I18n JcrI18n.primaryItemDoesNotExist
           
static I18n JcrI18n.primaryItemNameForPrimaryTypeIsNotValid
           
static I18n CndI18n.primaryKeywordNotValidInJcr2CndFormat
           
static I18n JcrI18n.primaryTypeCannotBeAbstract
           
static I18n JcrI18n.problemInitializingBackupArea
           
static I18n JcrI18n.problemObtainingDocumentsToBackup
           
static I18n JcrI18n.problemReadingNodeTypesFromRemote
           
static I18n JcrI18n.problemRefreshingNodeTypesFromSystem
           
static I18n JcrI18n.problemsClosingBackupFiles
           
static I18n JcrI18n.problemsGettingBinaryKeysFromBinaryStore
           
static I18n JcrI18n.problemsReadingBinaryFromBackup
           
static I18n JcrI18n.problemsRestoringBinaryFromBackup
           
static I18n RepositoryI18n.problemsWhileSequencingNode
           
static I18n JcrI18n.problemsWritingBinaryToBackup
           
static I18n JcrI18n.problemsWritingDocumentToBackup
           
static I18n GraphI18n.propertyIsNotPartOfRequest
           
static I18n GraphI18n.propertyIsRequiredForFederatedRepositorySource
           
static I18n JcrI18n.propertyNoLongerHasValidDefinition
           
static I18n JcrI18n.propertyNoLongerSatisfiesConstraints
           
static I18n JcrI18n.propertyNotFoundAtPathRelativeToReferenceNode
           
static I18n JcrI18n.propertyNotFoundOnNode
           
static I18n GraphI18n.propertyOnSelectorIsNotUsedInQuery
           
static I18n JcrI18n.queryCannotBeParsedUsingLanguage
           
static I18n GraphI18n.queryHasNoResults
           
static I18n JcrI18n.queryInLanguageIsNotValid
           
static I18n JcrI18n.queryIsDisabledInRepository
           
static I18n JcrI18n.queryResultsDoNotIncludeColumn
           
static I18n JcrI18n.queryResultsDoNotIncludeScore
           
static I18n JcrI18n.referenceValuesViolateConstraintsOnDefinition
           
static I18n JcrI18n.referenceValueViolatesConstraintsOnDefinition
           
static I18n JcrI18n.repositoriesNotFoundInEngineAtJndiLocation
           
static I18n JcrI18n.repositoryCannotBeRestartedAfterRestore
           
static I18n JcrI18n.repositoryCannotBeRestored
           
static I18n JcrI18n.repositoryConfigurationIsNotValid
           
static I18n GraphI18n.repositoryConnectionPoolIsNotRunning
           
static I18n JcrI18n.repositoryDoesNotExist
           
static I18n JcrI18n.repositoryIsAlreadyDeployed
           
static I18n JcrI18n.repositoryIsBeingRestoredAndCannotBeStarted
           
static I18n JcrI18n.repositoryIsCurrentlyBeingRestored
           
static I18n JcrI18n.repositoryIsNotRunningOrHasBeenShutDown
           
static I18n JcrI18n.repositoryIsNotRunningOrHasBeenShutDownInEngineAtJndiLocation
           
static I18n JcrI18n.repositoryMustBeConfigured
           
static I18n JcrI18n.repositoryNameDoesNotMatchConfigurationName
           
static I18n JcrI18n.repositoryNameNotProvidedWhenRegisteringRepositoryInJndi
           
static I18n JcrI18n.repositoryNotFoundInEngineAtJndiLocation
           
static I18n JcrI18n.repositoryReferencesNonExistantSource
           
static I18n RepositoryI18n.repositoryServiceName
           
static I18n GraphI18n.requestIsFrozenAndMayNotBeChanged
           
static I18n RepositoryI18n.requiredNodeDoesNotExistRelativeToNode
           
static I18n GraphI18n.requiredNodeDoesNotExistRelativeToNode
           
static I18n RepositoryI18n.requiredPropertyIsMissingFromNode
           
static I18n RepositoryI18n.requiredPropertyOnNodeCouldNotBeRead
           
static I18n RepositoryI18n.requiredPropertyOnNodeWasExpectedToBeStringArrayValue
           
static I18n RepositoryI18n.requiredPropertyOnNodeWasExpectedToBeStringValue
           
static I18n JcrI18n.requiresVersionable
           
static I18n JcrI18n.residualNodeDefinitionsCannotBeAutoCreated
           
static I18n JcrI18n.residualNodeDefinitionsCannotBeMandatory
           
static I18n JcrI18n.residualPropertyDefinitionsCannotBeAutoCreated
           
static I18n JcrI18n.residualPropertyDefinitionsCannotBeMandatory
           
static I18n GraphI18n.retryLimitPropertyCategory
           
static I18n GraphI18n.retryLimitPropertyDescription
           
static I18n GraphI18n.retryLimitPropertyLabel
           
static I18n JcrI18n.rootNodeCannotBeDestinationOfMovedNode
           
static I18n JcrI18n.rootNodeHasNoParent
           
static I18n JcrI18n.rootNodeIsNotProperty
           
static I18n GraphI18n.rootNodeUuidPropertyCategory
           
static I18n GraphI18n.rootNodeUuidPropertyDescription
           
static I18n GraphI18n.rootNodeUuidPropertyLabel
           
static I18n GraphI18n.rootNodeUuidWithDefaultPropertyDescription
           
static I18n GraphI18n.schemataKeyReferencesNonExistingColumn
           
static I18n GraphI18n.searchEngineIndexerForSourceHasAlreadyBeenClosed
           
static I18n JcrI18n.searchIndexDirectoryOptionSpecifiesDirectoryThatCannotBeCreated
           
static I18n JcrI18n.searchIndexDirectoryOptionSpecifiesDirectoryThatCannotBeRead
           
static I18n JcrI18n.searchIndexDirectoryOptionSpecifiesDirectoryThatCannotBeWrittenTo
           
static I18n JcrI18n.searchIndexDirectoryOptionSpecifiesFileNotDirectory
           
static I18n GraphI18n.secondValueInLimitRangeCannotBeLessThanFirst
           
static I18n RepositoryI18n.securityExceptionWhileSettingProperty
           
static I18n GraphI18n.selectorDoesNotExistInQuery
           
static I18n GraphI18n.selectorNamesMayNotBeUsedMoreThanOnce
           
static I18n JcrI18n.selectorNotUsedInQuery
           
static I18n JcrI18n.selectorUsedInEquiJoinCriteriaDoesNotExistInQuery
           
static I18n RepositoryI18n.sequencersMayNotChangeThePrimaryTypeOfTheSelectedNode
           
static I18n RepositoryI18n.sequencingServiceName
           
static I18n RepositoryI18n.serviceNotShutdowAndMayNotBeTerminated
           
static I18n RepositoryI18n.serviceShutdowAndMayNotBePaused
           
static I18n RepositoryI18n.serviceShutdowAndMayNotBeStarted
           
static I18n JcrI18n.sessionIsNotActive
           
static I18n JcrI18n.setPrimaryTypeOnRootNodeIsNotSupported
           
static I18n JcrI18n.shareAlreadyExistsWithinParent
           
static I18n JcrI18n.singleValuedPropertyNeedsSingleValuedDefault
           
static I18n GraphI18n.sourceDoesNotAllowCreatingWorkspaces
           
static I18n JcrI18n.sourceInUse
           
static I18n GraphI18n.sourceIsReadOnly
           
static I18n JcrI18n.SPEC_NAME_DESC
           
static I18n JcrI18n.startingAllRepositoriesWasInterrupted
           
static I18n JcrI18n.startingOfRepositoryWasCancelled
           
static I18n JcrI18n.startingOfRepositoryWasInterrupted
           
static I18n JcrI18n.storageRelatedConfigurationChangesWillTakeEffectAfterShutdown
           
static I18n JcrI18n.supertypeNotFound
           
static I18n JcrI18n.supertypesConflict
           
static I18n JcrI18n.suppliedNodeTypeIsNotMixinType
           
static I18n JcrI18n.systemSourceNameOptionValueDoesNotReferenceExistingSource
           
static I18n JcrI18n.systemSourceNameOptionValueDoesNotReferenceValidWorkspace
           
static I18n JcrI18n.systemSourceNameOptionValueIsNotFormattedCorrectly
           
static I18n GraphI18n.tableDoesNotExist
           
static I18n GraphI18n.tableIsNotFullTextSearchable
           
static I18n JcrI18n.tempDirectoryLocation
           
static I18n JcrI18n.tempDirectorySystemPropertyMustBeSet
           
static I18n JcrI18n.tooDeep
           
static I18n JcrI18n.typeMissingWhenRegisteringEngineInJndi
           
static I18n JcrI18n.typeNotFound
           
static I18n RepositoryI18n.unableToAccessClassUsingClasspath
           
static I18n GraphI18n.unableToAddMoreRequestsToAlreadyExecutedBatch
           
static I18n GraphI18n.unableToAddRequestToChannelThatIsDone
           
static I18n JcrI18n.unableToBindToJndi
           
static I18n RepositoryI18n.unableToChangeExecutionContextWhileRunning
           
static I18n JcrI18n.unableToChangePrimaryTypeDueToParentsChildDefinition
           
static I18n JcrI18n.unableToChangePrimaryTypeDueToPropertyDefinition
           
static I18n JcrI18n.unableToChangeTheDefaultNamespace
           
static I18n GraphI18n.unableToCopyToLocationWithoutAPath
           
static I18n GraphI18n.unableToCopyToTheRoot
           
static I18n GraphI18n.unableToCreateNodeUnderPlaceholder
           
static I18n JcrI18n.unableToCreateNodeWithInternalPrimaryType
           
static I18n JcrI18n.unableToCreateNodeWithNoDefaultPrimaryTypeOnChildNodeDefinition
           
static I18n JcrI18n.unableToCreateNodeWithPrimaryTypeThatDoesNotExist
           
static I18n GraphI18n.unableToCreatePathBasedUponIdentifierPath
           
static I18n GraphI18n.unableToCreatePathUsingIdentifierPathAndAnotherPath
           
static I18n GraphI18n.unableToCreateReferenceToNodeWithoutUuid
           
static I18n GraphI18n.unableToCreateRelativePathWithIdentifierSegment
           
static I18n GraphI18n.unableToCreateSubpathBeginIndexGreaterThanOrEqualToEndingIndex
           
static I18n GraphI18n.unableToCreateSubpathBeginIndexGreaterThanOrEqualToSize
           
static I18n GraphI18n.unableToCreateValue
           
static I18n GraphI18n.unableToDeletePlaceholder
           
static I18n JcrI18n.unableToDeleteTemporaryFile
           
static I18n JcrI18n.unableToDestroyDefaultWorkspaceInRepository
           
static I18n JcrI18n.unableToDestroyPredefinedWorkspaceInRepository
           
static I18n JcrI18n.unableToDestroySystemWorkspaceInRepository
           
static I18n GraphI18n.unableToDiscoverPropertyTypeForNullValue
           
static I18n JcrI18n.unableToFindBinaryValue
           
static I18n JcrI18n.unableToFindNodeTypeDefinitionsOnClasspathOrFileOrUrl
           
static I18n RepositoryI18n.unableToFindPropertyForSequencing
           
static I18n JcrI18n.unableToFindRepositoryConfigurationSchema
           
static I18n RepositoryI18n.unableToFindRepositoryInJndi
           
static I18n GraphI18n.unableToFindRepositorySourceWithName
           
static I18n RepositoryI18n.unableToFindRepositoryWithName
           
static I18n JcrI18n.unableToFindResourceOnClasspathOrFileOrUrl
           
static I18n JcrI18n.unableToImportInitialContent
           
static I18n JcrI18n.unableToInitializeAuthenticationProvider
           
static I18n JcrI18n.unableToInitializeSequencer
           
static I18n JcrI18n.unableToInitializeSystemWorkspace
           
static I18n JcrI18n.unableToInitializeTextExtractor
           
static I18n RepositoryI18n.unableToInstantiateClassUsingClasspath
           
static I18n RepositoryI18n.unableToLoadClass
           
static I18n RepositoryI18n.unableToLoadClassUsingClasspath
           
static I18n RepositoryI18n.unableToLoadMimeTypeDetector
           
static I18n JcrI18n.unableToLoadRepositoryConfigurationSchema
           
static I18n JcrI18n.unableToModifySystemNodes
           
static I18n JcrI18n.unableToMoveNodeDueToCycle
           
static I18n JcrI18n.unableToMoveNodeToBeChildOfDecendent
           
static I18n GraphI18n.unableToMoveNodeToBeChildOfDecendent
           
static I18n JcrI18n.unableToMoveRootNode
           
static I18n RepositoryI18n.unableToNotifyObserversOnUnstartedClusteringService
           
static I18n GraphI18n.unableToObtainConnectionToFederatedSource
           
static I18n GraphI18n.unableToObtainValidRepositoryAfterAttempts
           
static I18n JcrI18n.unableToPersistBinaryValueToFileSystemStore
           
static I18n GraphI18n.unableToProjectSourceInformationIntoWorkspace
           
static I18n JcrI18n.unableToReadTemporaryDirectory
           
static I18n JcrI18n.unableToRefreshBranchBecauseChangesDependOnChangesToNodesOutsideOfBranch
           
static I18n GraphI18n.unableToRefreshBranchBecauseChangesDependOnChangesToNodesOutsideOfBranch
           
static I18n GraphI18n.unableToRefreshPropertiesBecauseNodeIsModified
           
static I18n JcrI18n.unableToRegisterNamespaceUsingXmlPrefix
           
static I18n JcrI18n.unableToRegisterNamespaceWithInvalidPrefix
           
static I18n RepositoryI18n.unableToRegisterObserverOnUnstartedClusteringService
           
static I18n RepositoryI18n.unableToRegisterRepositoryInJndi
           
static I18n JcrI18n.unableToRegisterReservedNamespacePrefix
           
static I18n JcrI18n.unableToRegisterReservedNamespaceUri
           
static I18n RepositoryI18n.unableToRemoveRepository
           
static I18n JcrI18n.unableToRemoveRootNode
           
static I18n JcrI18n.unableToRemoveSystemNodes
           
static I18n GraphI18n.unableToResolvePathRelativeToIdentifierPath
           
static I18n JcrI18n.unableToRestoreAtAbsPathNodeAlreadyExists
           
static I18n JcrI18n.unableToSaveBranchBecauseChangesDependOnChangesToNodesOutsideOfBranch
           
static I18n GraphI18n.unableToSaveBranchBecauseChangesDependOnChangesToNodesOutsideOfBranch
           
static I18n JcrI18n.unableToSaveNodeThatWasCreatedSincePreviousSave
           
static I18n GraphI18n.unableToSaveNodeThatWasCreatedSincePreviousSave
           
static I18n JcrI18n.unableToSetFieldOnInstance
           
static I18n JcrI18n.unableToSetMultiValuedPropertyUsingSingleValue
           
static I18n JcrI18n.unableToSetSingleValuedPropertyUsingMultipleValues
           
static I18n JcrI18n.unableToShareNodeWithinSameParent
           
static I18n JcrI18n.unableToShareNodeWithinSubgraph
           
static I18n RepositoryI18n.unableToStartSequencingServiceWithoutExecutionContext
           
static I18n RepositoryI18n.unableToUnregisterObserverOnUnstartedClusteringService
           
static I18n JcrI18n.unableToUnregisterPrefixForNamespaceThatIsNotRegistered
           
static I18n RepositoryI18n.unableToUnregisterRepositoryInJndi
           
static I18n JcrI18n.unableToUnregisterReservedNamespacePrefix
           
static I18n JcrI18n.unableToUnregisterReservedNamespaceUri
           
static I18n GraphI18n.unableToUpdatePlaceholder
           
static I18n RepositoryI18n.unableToUseGarbageCollectionIntervalValue
           
static I18n JcrI18n.unableToWriteTemporaryDirectory
           
static I18n GraphI18n.unexpectedClosingParenthesis
           
static I18n JcrI18n.unexpectedException
           
static I18n GraphI18n.unexpectedToken
           
static I18n JcrI18n.unknownCredentialsImplementation
           
static I18n RepositoryI18n.unknownPropertyValueType
           
static I18n GraphI18n.unknownQueryLanguage
           
static I18n JcrI18n.unrootedVersionsInRestore
           
static I18n GraphI18n.unsupportedRequestType
           
static I18n GraphI18n.updatesAllowedPropertyCategory
           
static I18n GraphI18n.updatesAllowedPropertyDescription
           
static I18n GraphI18n.updatesAllowedPropertyLabel
           
static I18n JcrI18n.usingAnonymousUser
           
static I18n JcrI18n.uuidRequiredForLock
           
static I18n GraphI18n.validPathMayNotContainEmptySegment
           
static I18n GraphI18n.valueCannotBeCastToSpecifiedType
           
static I18n GraphI18n.valueJavaTypeNotCompatibleWithPropertyType
           
static I18n JcrI18n.valueMayNotContainNull
           
static I18n JcrI18n.valuesViolateConstraintsOnDefinition
           
static I18n JcrI18n.valueViolatesConstraintsOnDefinition
           
static I18n CndI18n.vendorBlockWasNotClosed
           
static I18n JcrI18n.versionHistoryForNewlyVersionableNodesNotAvailableUntilSave
           
static I18n JcrI18n.versionLabelAlreadyExists
           
static I18n JcrI18n.versionNotInMergeFailed
           
static I18n JcrI18n.warningsParsingNodeTypeDefinitions
           
static I18n JcrI18n.warningsParsingStreamOfNodeTypeDefinitions
           
static I18n RepositoryI18n.warningsWhileStarting
           
static I18n JcrI18n.weakReferenceValuesViolateConstraintsOnDefinition
           
static I18n JcrI18n.weakReferenceValueViolatesConstraintsOnDefinition
           
static I18n GraphI18n.workspaceAlreadyExistsInRepository
           
static I18n GraphI18n.workspaceDoesNotExistInFederatedRepository
           
static I18n GraphI18n.workspaceDoesNotExistInRepository
           
static I18n JcrI18n.workspaceHasBeenDeleted
           
static I18n GraphI18n.workspaceIsReadOnly
           
static I18n JcrI18n.workspaceNameIsInvalid
           
static I18n JcrI18n.workspaceNotFound
           
 

Uses of I18n in org.modeshape.jcr.bus
 

Fields in org.modeshape.jcr.bus declared as I18n
static I18n BusI18n.clusteringChannelIsRunningAndCannotBeChangedUnlessShutdown
           
static I18n BusI18n.clusterNameRequired
           
static I18n BusI18n.errorDeserializingChanges
           
static I18n BusI18n.errorSerializingChanges
           
static I18n BusI18n.errorWhileStartingJGroups
           
static I18n BusI18n.memberOfClusterIsSuspect
           
static I18n BusI18n.unableToNotifyChanges
           
 

Uses of I18n in org.modeshape.jdbc
 

Fields in org.modeshape.jdbc declared as I18n
static I18n JdbcLocalI18n.argumentMayNotBeNegative
           
static I18n JdbcLocalI18n.argumentMayNotBeNull
           
static I18n JdbcLocalI18n.classDoesNotImplementInterface
           
static I18n JdbcLocalI18n.configurationFileNotSpecified
           
static I18n JdbcLocalI18n.connectionIsClosed
           
static I18n JdbcLocalI18n.currentRowNotSet
           
static I18n JdbcI18n.driverErrorRegistering
          HTTP connection option related text info
static I18n JdbcLocalI18n.driverErrorRegistering
           
static I18n JdbcI18n.driverName
           
static I18n JdbcLocalI18n.driverName
           
static I18n JdbcI18n.driverVendor
           
static I18n JdbcLocalI18n.driverVendor
           
static I18n JdbcI18n.driverVendorUrl
           
static I18n JdbcLocalI18n.driverVendorUrl
           
static I18n JdbcI18n.driverVersion
           
static I18n JdbcLocalI18n.driverVersion
           
static I18n JdbcLocalI18n.failedToReadPropertiesFromManifest
           
static I18n JdbcLocalI18n.i18nClassInterface
           
static I18n JdbcLocalI18n.i18nClassNotPublic
           
static I18n JdbcLocalI18n.i18nFieldFinal
           
static I18n JdbcLocalI18n.i18nFieldInvalidType
           
static I18n JdbcLocalI18n.i18nFieldNotPublic
           
static I18n JdbcLocalI18n.i18nFieldNotStatic
           
static I18n JdbcLocalI18n.i18nLocalizationFileNotFound
           
static I18n JdbcLocalI18n.i18nLocalizationProblems
           
static I18n JdbcLocalI18n.i18nPropertyDuplicate
           
static I18n JdbcLocalI18n.i18nPropertyMissing
           
static I18n JdbcLocalI18n.i18nPropertyUnused
           
static I18n JdbcLocalI18n.i18nRequiredToSuppliedParameterMismatch
           
static I18n JdbcLocalI18n.invalidArgument
           
static I18n JdbcLocalI18n.invalidClientInfo
           
static I18n JdbcLocalI18n.invalidColumnIndex
           
static I18n JdbcLocalI18n.invalidUrl
           
static I18n JdbcLocalI18n.invalidUrlPrefix
           
static I18n JdbcLocalI18n.noJcrTypeMapped
           
static I18n JdbcLocalI18n.noNodeTypesReturned
           
static I18n JdbcLocalI18n.noRepositoryNamesFound
           
static I18n JdbcLocalI18n.noSuchColumn
           
static I18n JdbcLocalI18n.noSuchNodeType
           
static I18n JdbcLocalI18n.objectInJndiIsRepositories
           
static I18n JdbcLocalI18n.objectInJndiMustBeRepositoryOrRepositories
           
static I18n JdbcLocalI18n.passwordPropertyDescription
           
static I18n JdbcLocalI18n.passwordPropertyName
           
static I18n JdbcLocalI18n.repositoryNameInUse
           
static I18n JdbcLocalI18n.repositoryNamePropertyDescription
           
static I18n JdbcLocalI18n.repositoryNamePropertyName
           
static I18n JdbcLocalI18n.resultSetIsClosed
           
static I18n JdbcLocalI18n.resultSetIsForwardOnly
           
static I18n JdbcLocalI18n.statementIsClosed
           
static I18n JdbcLocalI18n.timeoutMayNotBeNegative
           
static I18n JdbcLocalI18n.unableToFindNamedRepository
           
static I18n JdbcLocalI18n.unableToFindObjectInJndi
           
static I18n JdbcLocalI18n.unableToGetJndiContext
           
static I18n JdbcLocalI18n.unableToGetNodeType
           
static I18n JdbcLocalI18n.unableToGetNodeTypes
           
static I18n JdbcLocalI18n.updatesNotSupported
           
static I18n JdbcLocalI18n.urlMustContainJndiNameOfRepositoryOrRepositoriesObject
           
static I18n JdbcLocalI18n.urlPropertyDescription
           
static I18n JdbcLocalI18n.urlPropertyName
           
static I18n JdbcLocalI18n.usernamePropertyDescription
           
static I18n JdbcLocalI18n.usernamePropertyName
           
static I18n JdbcLocalI18n.workspaceNamePropertyDescription
           
static I18n JdbcLocalI18n.workspaceNamePropertyName
           
 

Uses of I18n in org.modeshape.sequencer.ddl
 

Fields in org.modeshape.sequencer.ddl declared as I18n
static I18n DdlSequencerI18n.alterTableOptionNotFound
           
static I18n DdlSequencerI18n.errorInstantiatingParserForGrammarClasspath
           
static I18n DdlSequencerI18n.errorInstantiatingParserForGrammarUsingDefaultClasspath
           
static I18n DdlSequencerI18n.errorParsingDdlContent
           
static I18n DdlSequencerI18n.errorSequencingDdlContent
           
static I18n DdlSequencerI18n.missingReturnTypeForFunction
           
static I18n DdlSequencerI18n.sequencerTaskName
           
static I18n DdlSequencerI18n.unknownCreateStatement
           
static I18n DdlSequencerI18n.unsupportedProcedureParameterDeclaration
           
static I18n DdlSequencerI18n.unusedTokensDiscovered
           
static I18n DdlSequencerI18n.unusedTokensParsingColumnDefinition
           
static I18n DdlSequencerI18n.unusedTokensParsingColumnsAndConstraints
           
static I18n DdlSequencerI18n.unusedTokensParsingCreateIndex
           
 

Uses of I18n in org.modeshape.sequencer.teiid
 

Fields in org.modeshape.sequencer.teiid declared as I18n
static I18n TeiidI18n.errorClosingVdbFile
           
static I18n TeiidI18n.errorReadingEcoreFile
           
static I18n TeiidI18n.errorReadingVdbFile
           
static I18n TeiidI18n.errorSequencingModelContent
           
static I18n TeiidI18n.errorSequencingVdbContent
           
static I18n TeiidI18n.errorWritingCndFile
           
static I18n TeiidI18n.illegalUnresolvedReference
           
static I18n TeiidI18n.invalidModelNodeType
           
static I18n TeiidI18n.invalidNumberOfPropertyAttributes
           
static I18n TeiidI18n.invalidVdbModelNodeType
           
static I18n TeiidI18n.invalidVdbVersion
           
static I18n TeiidI18n.missingDataRoleName
           
static I18n TeiidI18n.missingEntryPath
           
static I18n TeiidI18n.missingModelNameTypeOrPath
           
static I18n TeiidI18n.missingPermissionResourceName
           
static I18n TeiidI18n.missingPropertyNameOrValue
           
static I18n TeiidI18n.missingTranslatorNameOrType
           
static I18n TeiidI18n.missingVdbName
           
static I18n TeiidI18n.modelSequencerTaskName
           
static I18n TeiidI18n.namespaceUriNotFoundInRegistry
           
static I18n TeiidI18n.readingEcoreFile
           
static I18n TeiidI18n.uuidNotValid
           
static I18n TeiidI18n.vdbSequencerTaskName
           
 

Uses of I18n in org.modeshape.web.jcr.rest.client
 

Fields in org.modeshape.web.jcr.rest.client declared as I18n
static I18n RestClientI18n.childNodeDefinitionShortDescription
           
static I18n RestClientI18n.connectionErrorMsg
           
static I18n RestClientI18n.createFileFailedMsg
           
static I18n RestClientI18n.createFolderFailedMsg
           
static I18n RestClientI18n.getNodeTypeFailedMsg
           
static I18n RestClientI18n.getNodeTypesFailedMsg
           
static I18n RestClientI18n.getRepositoriesFailedMsg
           
static I18n RestClientI18n.getWorkspacesFailedMsg
           
static I18n RestClientI18n.invalidQueryLanguageMsg
           
static I18n RestClientI18n.invalidQueryMsg
           
static I18n RestClientI18n.nodeTypeShortDescription
           
static I18n RestClientI18n.nullArgumentMsg
           
static I18n RestClientI18n.propertyDefinitionShortDescription
           
static I18n RestClientI18n.publishFailedMsg
           
static I18n RestClientI18n.publishSucceededMsg
           
static I18n RestClientI18n.repositoryShortDescription
           
static I18n RestClientI18n.serverShortDescription
           
static I18n RestClientI18n.unableToConvertValue
           
static I18n RestClientI18n.unknownHttpRequestMethodMsg
           
static I18n RestClientI18n.unpublishFailedMsg
           
static I18n RestClientI18n.unpublishNeverPublishedMsg
           
static I18n RestClientI18n.unpublishSucceededMsg
           
static I18n RestClientI18n.updateFileFailedMsg
           
static I18n RestClientI18n.workspaceShortDescription
           
 


ModeShape Distribution 3.0.0.Beta4

Copyright © 2008-2012 JBoss, a division of Red Hat. All Rights Reserved.