Package | Description |
---|---|
org.modeshape.jboss.service | |
org.modeshape.jboss.subsystem |
Modifier and Type | Method and Description |
---|---|
void |
RepositoryService.changeAuthenticatorField(MappedAttributeDefinition defn,
org.jboss.dmr.ModelNode newValue,
String authenticatorName)
Immediately change and apply the specified authenticator field in the current repository configuration to the new value.
|
void |
RepositoryService.changeField(MappedAttributeDefinition defn,
org.jboss.dmr.ModelNode newValue)
Immediately change and apply the specified field in the current repository configuration to the new value.
|
void |
RepositoryService.changeSequencerField(MappedAttributeDefinition defn,
org.jboss.dmr.ModelNode newValue,
String sequencerName)
Immediately change and apply the specified sequencer field in the current repository configuration to the new value.
|
void |
RepositoryService.changeSourceField(MappedAttributeDefinition defn,
org.jboss.dmr.ModelNode newValue,
String sourceName)
Immediately change and apply the specified external source field in the current repository configuration to the new value.
|
void |
RepositoryService.changeTextExtractorField(MappedAttributeDefinition defn,
org.jboss.dmr.ModelNode newValue,
String extractorName)
Immediately change and apply the specified extractor field in the current repository configuration to the new value.
|
Modifier and Type | Class and Description |
---|---|
class |
MappedListAttributeDefinition
An extension to ListAttributeDefinition that contains a mapped field.
|
class |
MappedSimpleAttributeDefinition |
Modifier and Type | Method and Description |
---|---|
protected boolean |
TextExtractorWriteAttributeHandler.changeField(org.jboss.as.controller.OperationContext context,
org.jboss.dmr.ModelNode operation,
RepositoryService repositoryService,
MappedAttributeDefinition defn,
org.jboss.dmr.ModelNode newValue) |
protected boolean |
SourceWriteAttributeHandler.changeField(org.jboss.as.controller.OperationContext context,
org.jboss.dmr.ModelNode operation,
RepositoryService repositoryService,
MappedAttributeDefinition defn,
org.jboss.dmr.ModelNode newValue) |
protected boolean |
SequencerWriteAttributeHandler.changeField(org.jboss.as.controller.OperationContext context,
org.jboss.dmr.ModelNode operation,
RepositoryService repositoryService,
MappedAttributeDefinition defn,
org.jboss.dmr.ModelNode newValue) |
protected boolean |
AuthenticatorWriteAttributeHandler.changeField(org.jboss.as.controller.OperationContext context,
org.jboss.dmr.ModelNode operation,
RepositoryService repositoryService,
MappedAttributeDefinition defn,
org.jboss.dmr.ModelNode newValue) |
protected boolean |
AbstractRepositoryConfigWriteAttributeHandler.changeField(org.jboss.as.controller.OperationContext context,
org.jboss.dmr.ModelNode operation,
RepositoryService repositoryService,
MappedAttributeDefinition defn,
org.jboss.dmr.ModelNode newValue) |
Copyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.