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 TypeMethodDescriptionintReturns 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.booleanIndicates whether the related feature uses the release(true)or current(false)state.voidsetFeatureName(@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 theuserservicewhich is used to create afeature modelbased on this descriptor.- Since:
- 5.0.111
-
isRelease
boolean isRelease()Indicates whether the related feature uses the release(true)or current(false)state. Afeature modelbased on this descriptor delivers content nodes of release or currentstoredependant 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:
-