Uses of Enum Class
com.gentics.contentnode.rest.model.NodeFeature
Packages that use NodeFeature
Package
Description
-
Uses of NodeFeature in com.gentics.contentnode.rest.model
Methods in com.gentics.contentnode.rest.model that return NodeFeatureModifier and TypeMethodDescriptionNodeFeatureModel.getId()
Feature IDstatic NodeFeature
Returns the enum constant of this class with the specified name.static NodeFeature[]
NodeFeature.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.gentics.contentnode.rest.model with parameters of type NodeFeature -
Uses of NodeFeature in com.gentics.contentnode.rest.model.request
Fields in com.gentics.contentnode.rest.model.request with type parameters of type NodeFeatureModifier and TypeFieldDescriptionprotected List<NodeFeature>
NodeFeatureRequest.features
Activated featuresMethods in com.gentics.contentnode.rest.model.request that return types with arguments of type NodeFeatureMethod parameters in com.gentics.contentnode.rest.model.request with type arguments of type NodeFeatureModifier and TypeMethodDescriptionvoid
NodeFeatureRequest.setFeatures
(List<NodeFeature> features) Set the activated featuresConstructor parameters in com.gentics.contentnode.rest.model.request with type arguments of type NodeFeatureModifierConstructorDescriptionNodeFeatureRequest
(List<NodeFeature> features) Create a request with the given list of features -
Uses of NodeFeature in com.gentics.contentnode.rest.model.response
Fields in com.gentics.contentnode.rest.model.response with type parameters of type NodeFeatureModifier and TypeFieldDescriptionprotected List<NodeFeature>
NodeFeatureResponse.features
Activated featuresMethods in com.gentics.contentnode.rest.model.response that return types with arguments of type NodeFeatureMethod parameters in com.gentics.contentnode.rest.model.response with type arguments of type NodeFeatureModifier and TypeMethodDescriptionvoid
NodeFeatureResponse.setFeatures
(List<NodeFeature> features) Set the activated featuresConstructor parameters in com.gentics.contentnode.rest.model.response with type arguments of type NodeFeatureModifierConstructorDescriptionNodeFeatureResponse
(ResponseInfo responseInfo, List<NodeFeature> features) Create an instance with empty message, but given response info and features -
Uses of NodeFeature in com.gentics.contentnode.rest.resource
Methods in com.gentics.contentnode.rest.resource with parameters of type NodeFeatureModifier and TypeMethodDescriptionNodeResource.activateFeature
(String nodeId, NodeFeature feature) Activate the feature for the nodeNodeResource.deactivateFeature
(String nodeId, NodeFeature feature) Deactivate the feature for the node