Package com.atlassian.jira.entity
Interface NamedEntityBuilder<E>
- All Superinterfaces:
EntityBuilder<E>
- All Known Subinterfaces:
EntityFactory<E>
- All Known Implementing Classes:
AbstractEntityFactory
,ApplicationUserEntityFactory
,ClusteredJobFactory
,ClusterLockStatusEntity
,ClusterNodeHeartbeatFactory
,ConfigurationContextEntityFactory
,EntityPropertyFactory
,EntityPropertyIndexDocumentFactory
,FieldConfigSchemeIssueTypeEntityFactory
,FilterSubscriptionFactory
,GlobalPermissionEntityFactory
,IssueLinkFactory
,IssueSecurityLevelFactory
,IssueSecurityLevelPermissionFactory
,IssueSecurityLevelSchemeBuilder
,MovedIssueKeyFactory
,PermissionSchemeEntryFactory
,ProductLicenseEntityFactory
,ProjectCategoryFactory
,ProjectComponentFactory
,ReindexComponentFactory
,ReindexRequestFactory
,RemoteIssueLinkFactory
,ReplicatedIndexOperationFactory
,RunDetailsFactory
,SearchRequestEntityBuilder
,VersionFactory
,WorklogEntityFactory
- Since:
- v5.2
-
Method Summary
Modifier and TypeMethodDescriptionThe name of the Entity as defined in the entitymodel.xml file.Methods inherited from interface com.atlassian.jira.entity.EntityBuilder
build
-
Method Details
-
getEntityName
String getEntityName()The name of the Entity as defined in the entitymodel.xml file.- Returns:
- the name of the Entity.
-