Types

Link copied to clipboard

Base class for services for subclasses of RelationPartnerTemplate

Link copied to clipboard
abstract class AbstractTemplateService<T : Template<*, T>, R : GropiusRepository<T, String>>(repository: R) : BaseTemplateService<T, R>

Base class for services for subclasses of Template

Link copied to clipboard

Service for ArtefactTemplates. Provides functions to create, update and delete

Link copied to clipboard

Service for AssignmentTypes. Provides functions to create, update and delete AssignmentType entities.

Link copied to clipboard
abstract class BaseTemplateService<T : BaseTemplate<*, *>, R : GropiusRepository<T, String>>(repository: R) : NamedNodeService<T, R>

Base class for services for subclasses of BaseTemplate

Link copied to clipboard

Service for ComponentTemplates. Provides functions to create, update and delete

Link copied to clipboard

Service for IssuePrioritys. Provides functions to create, update and delete

Link copied to clipboard

Service for IssueRelationTypes. Provides functions to create, update and delete

Link copied to clipboard

Service for IssueStates. Provides functions to create, update and delete

Link copied to clipboard

Service for IssueTemplates. Provides functions to create, update and delete

Link copied to clipboard

Service for IssueTypes. Provides functions to create, update and delete

Link copied to clipboard

Service for RelationTemplates. Provides functions to create, update and delete

Link copied to clipboard

Service for SubTemplates. Provides functions to create, update and delete

Link copied to clipboard
@Service
class TemplatedNodeService(val objectMapper: ObjectMapper, val jsonNodeMapper: JsonNodeMapper, val validator: Validator)

Service for TemplatedNodes. Provides functions to create, update and delete

Link copied to clipboard

Service for Templates. Provides function to update the deprecation status

Functions

Link copied to clipboard

Returns all templates which extend the template with the provided ids Includes the template with the provided ids, and indirect extending templates.