| Package | Description |
|---|---|
| org.exoplatform.timetracker.dto | |
| org.exoplatform.timetracker.rest | |
| org.exoplatform.timetracker.service | |
| org.exoplatform.timetracker.storage |
| Constructor and Description |
|---|
Activity(java.lang.Long id,
Type type,
SubType subType,
ActivityCode activityCode,
SubActivityCode subActivityCode,
java.lang.String label,
Project project,
Feature feature,
java.util.List<Team> teams)
Constructor for Activity.
|
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
FeaturesManagementREST.createFeature(Feature feature)
createFeature.
|
javax.ws.rs.core.Response |
FeaturesManagementREST.updateFeature(Feature feature)
updateFeature.
|
| Modifier and Type | Method and Description |
|---|---|
Feature |
FeatureService.createFeature(Feature feature)
Create new Feature that will be available for all users.
|
Feature |
FeatureService.updateFeature(Feature Feature,
java.lang.String username)
Update an existing Feature on datasource.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Feature> |
FeatureService.getFeaturesList()
Retrieves the list of Activities with offset, limit and a keyword that can be
empty
|
| Modifier and Type | Method and Description |
|---|---|
Feature |
FeatureService.createFeature(Feature feature)
Create new Feature that will be available for all users.
|
Feature |
FeatureService.updateFeature(Feature Feature,
java.lang.String username)
Update an existing Feature on datasource.
|
| Modifier and Type | Method and Description |
|---|---|
Feature |
FeatureStorage.createFeature(Feature feature)
createFeature.
|
Feature |
FeatureStorage.getFeatureById(long FeatureId)
getFeatureById.
|
Feature |
FeatureStorage.toDTO(FeatureEntity featureEntity)
toDTO.
|
Feature |
FeatureStorage.updateFeature(Feature feature)
updateFeature.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Feature> |
FeatureStorage.getFeatures()
getFeatures.
|
| Modifier and Type | Method and Description |
|---|---|
Feature |
FeatureStorage.createFeature(Feature feature)
createFeature.
|
FeatureEntity |
FeatureStorage.toEntity(Feature feature)
toEntity.
|
Feature |
FeatureStorage.updateFeature(Feature feature)
updateFeature.
|
Copyright © 2003–2020 eXo Platform SAS. All rights reserved.