Package org.jboss.as.controller
Class OperationDefinition
java.lang.Object
org.jboss.as.controller.OperationDefinition
- All Implemented Interfaces:
Feature
- Direct Known Subclasses:
SimpleOperationDefinition
Defining characteristics of operation in a
Resource- Author:
- Tomaz Cerar
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final List<AccessConstraintDefinition>protected final DeprecationDataprotected final DescriptionProviderprotected final OperationEntry.EntryTypeprotected final Set<OperationEntry.Flag>protected final Stringprotected final AttributeDefinition[]protected final booleanprotected final AttributeDefinition[]protected final org.jboss.dmr.ModelTypeprotected final org.jboss.dmr.ModelType -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected -
Method Summary
Modifier and TypeMethodDescriptionabstract DescriptionProvidergetFlags()Gets an immutable set of anyflagsassociated with the operation.getName()org.jboss.dmr.ModelTypeorg.jboss.dmr.ModelTypeOnly required if the reply type is some form of collection.Returns the stability level of this feature.booleanboolean
-
Field Details
-
name
-
entryType
-
flags
-
parameters
-
replyType
protected final org.jboss.dmr.ModelType replyType -
replyValueType
protected final org.jboss.dmr.ModelType replyValueType -
replyAllowNull
protected final boolean replyAllowNull -
deprecationData
-
replyParameters
-
accessConstraints
-
descriptionProvider
-
-
Constructor Details
-
OperationDefinition
-
-
Method Details
-
getStability
Description copied from interface:FeatureReturns the stability level of this feature.- Specified by:
getStabilityin interfaceFeature- Returns:
- a stability level
-
getName
-
getEntryType
-
getFlags
Gets an immutable set of anyflagsassociated with the operation.- Returns:
- the flags. Will not return
nullbe may be empty
-
getParameters
-
getReplyType
public org.jboss.dmr.ModelType getReplyType() -
getReplyValueType
public org.jboss.dmr.ModelType getReplyValueType()Only required if the reply type is some form of collection. -
getAccessConstraints
-
getDescriptionProvider
-
getDeprecationData
-
isDeprecated
public boolean isDeprecated() -
isReplyAllowNull
public boolean isReplyAllowNull() -
getReplyParameters
-