Package de.espirit.firstspirit.feature
Interface FeatureDescriptor
public interface FeatureDescriptor
Definition describing a content transport feature related to a specific project.
- Since:
- 5.0.111
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionint
Returns the count of elements (non data records) contained in this feature.Returns the name of the feature this descriptor belongs to.Returns the revision of the feature this descriptor belongs.boolean
Indicates whether the related feature uses the release(true)
or current(false)
state.Afeature model
based on this descriptor delivers content nodes of release or currentstore
dependant to this flag.void
setFeatureName
(@NotNull String featureName) Sets the name of the feature this descriptor belongs to.
-
Method Details
-
getFeatureName
String getFeatureName()Returns the name of the feature this descriptor belongs to.- Since:
- 5.0.111
-
setFeatureName
Sets the name of the feature this descriptor belongs to.- Since:
- 5.0.111
-
getRevision
Revision getRevision()Returns the revision of the feature this descriptor belongs. The is used to specify theuserservice
which is used to create afeature model
based on this descriptor.- Since:
- 5.0.111
-
isRelease
boolean isRelease()Indicates whether the related feature uses the release(true)
or current(false)
state.Afeature model
based on this descriptor delivers content nodes of release or currentstore
dependant to this flag.- Since:
- 5.0.111
-
getElementCount
int getElementCount()Returns the count of elements (non data records) contained in this feature.- Since:
- 5.0.111
- See Also:
-
getDatarecordsCount
- Since:
- 5.0.111
- See Also:
-