public abstract class OperationDefinition extends Object
Resource
Modifier and Type | Field and Description |
---|---|
protected List<AccessConstraintDefinition> |
accessConstraints |
protected DeprecationData |
deprecationData |
protected OperationEntry.EntryType |
entryType |
protected EnumSet<OperationEntry.Flag> |
flags |
protected String |
name |
protected AttributeDefinition[] |
parameters |
protected boolean |
replyAllowNull |
protected AttributeDefinition[] |
replyParameters |
protected org.jboss.dmr.ModelType |
replyType |
protected org.jboss.dmr.ModelType |
replyValueType |
Modifier | Constructor and Description |
---|---|
protected |
OperationDefinition(String name,
OperationEntry.EntryType entryType,
EnumSet<OperationEntry.Flag> flags,
org.jboss.dmr.ModelType replyType,
org.jboss.dmr.ModelType replyValueType,
boolean replyAllowNull,
DeprecationData deprecationData,
AttributeDefinition[] replyParameters,
AttributeDefinition[] parameters,
AccessConstraintDefinition... accessConstraints) |
Modifier and Type | Method and Description |
---|---|
List<AccessConstraintDefinition> |
getAccessConstraints() |
abstract DescriptionProvider |
getDescriptionProvider() |
OperationEntry.EntryType |
getEntryType() |
EnumSet<OperationEntry.Flag> |
getFlags() |
String |
getName() |
AttributeDefinition[] |
getParameters() |
org.jboss.dmr.ModelType |
getReplyType() |
org.jboss.dmr.ModelType |
getReplyValueType() |
protected final String name
protected final OperationEntry.EntryType entryType
protected final EnumSet<OperationEntry.Flag> flags
protected final AttributeDefinition[] parameters
protected final org.jboss.dmr.ModelType replyType
protected final org.jboss.dmr.ModelType replyValueType
protected final boolean replyAllowNull
protected final DeprecationData deprecationData
protected final AttributeDefinition[] replyParameters
protected final List<AccessConstraintDefinition> accessConstraints
protected OperationDefinition(String name, OperationEntry.EntryType entryType, EnumSet<OperationEntry.Flag> flags, org.jboss.dmr.ModelType replyType, org.jboss.dmr.ModelType replyValueType, boolean replyAllowNull, DeprecationData deprecationData, AttributeDefinition[] replyParameters, AttributeDefinition[] parameters, AccessConstraintDefinition... accessConstraints)
public String getName()
public OperationEntry.EntryType getEntryType()
public EnumSet<OperationEntry.Flag> getFlags()
public AttributeDefinition[] getParameters()
public org.jboss.dmr.ModelType getReplyType()
public org.jboss.dmr.ModelType getReplyValueType()
public List<AccessConstraintDefinition> getAccessConstraints()
public abstract DescriptionProvider getDescriptionProvider()
Copyright © 2014 JBoss by Red Hat. All rights reserved.