Modifier and Type | Method and Description |
---|---|
WorklogManager |
ComponentManager.getWorklogManager()
Deprecated.
Get this component injected in your constructor or use
ComponentAccessor for static access instead. Since v5.2. |
Constructor and Description |
---|
DefaultGroupService(GlobalPermissionManager globalPermissionManager,
GlobalPermissionGroupAssociationUtil globalPermissionGroupAssociationUtil,
CommentManager commentManager,
WorklogManager worklogManager,
NotificationSchemeManager notificationSchemeManager,
PermissionManager permissionManager,
ProjectRoleService projectRoleService,
IssueSecurityLevelManager issueSecurityLevelManager,
UserUtil userUtil,
SharePermissionDeleteUtils sharePermissionDeleteUtils,
SubscriptionManager subscriptionManager,
com.atlassian.crowd.embedded.api.CrowdService crowdService,
JiraContactHelper jiraContactHelper,
GroupManager groupManager,
LicenseRoleManager licenseRoleManager) |
Constructor and Description |
---|
DefaultWorklogService(WorklogManager worklogManager,
PermissionManager permissionManager,
VisibilityValidator visibilityValidator,
ProjectRoleManager projectRoleManager,
IssueManager issueManager,
TimeTrackingConfiguration timeTrackingConfiguration,
JiraDurationUtils jiraDurationUtils,
GroupManager groupManager) |
Modifier and Type | Method and Description |
---|---|
static WorklogManager |
ComponentAccessor.getWorklogManager()
Retrieves and returns the worklog manager instance
|
Modifier and Type | Method and Description |
---|---|
WorklogManager |
WorklogEntityFactory.getWorklogManager() |
Constructor and Description |
---|
DefaultNodeReindexService(ClusterManager clusterManager,
OfBizNodeIndexCounterStore ofBizNodeIndexCounterStore,
OfBizReplicatedIndexOperationStore ofBizNodeIndexOperationStore,
IssueIndexManager indexManager,
SharedEntityIndexer sharedEntityIndexer,
ProjectManager projectManager,
ProjectReindexService projectReindexService,
IssueManager issueManager,
CommentManager commentManager,
WorklogManager worklogManager,
OfBizDelegator ofBizDelegator,
SharedEntityResolver sharedEntityResolver,
IndexCopyService indexCopyService) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultWorklogManager |
Constructor and Description |
---|
WorklogImpl(WorklogManager worklogManager,
Issue issue,
Long id,
String authorKey,
String comment,
Date startDate,
String groupLevel,
Long roleLevelId,
Long timeSpent) |
WorklogImpl(WorklogManager worklogManager,
Issue issue,
Long id,
String authorKey,
String comment,
Date startDate,
String groupLevel,
Long roleLevelId,
Long timeSpent,
String updateAuthorKey,
Date created,
Date updated) |
Constructor and Description |
---|
DeleteWorklog(WorklogService worklogService,
CommentService commentService,
ProjectRoleManager projectRoleManager,
JiraDurationUtils jiraDurationUtils,
OutlookDateManager outlookDateManager,
FieldVisibilityManager fieldVisibilityManager,
FieldLayoutManager fieldLayoutManager,
RendererManager rendererManager,
WorklogManager worklogManager,
UserUtil userUtil,
FeatureManager featureManager) |
Copyright © 2002-2015 Atlassian. All Rights Reserved.