Package | Description |
---|---|
org.zanata.common | |
org.zanata.rest.dto | |
org.zanata.rest.dto.resource | |
org.zanata.rest.dto.stats | |
org.zanata.rest.dto.stats.contribution |
Modifier and Type | Field and Description |
---|---|
static Collection<ContentState> |
ContentState.DRAFT_STATES |
static Collection<ContentState> |
ContentState.REVIEWED_STATES |
static Collection<ContentState> |
ContentState.TRANSLATED_STATES |
Modifier and Type | Method and Description |
---|---|
static ContentState |
ContentState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ContentState[] |
ContentState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
TransUnitCount.decrement(ContentState state) |
void |
BaseTranslationCount.decrement(ContentState state,
int count) |
int |
BaseTranslationCount.get(ContentState state) |
void |
TransUnitCount.increment(ContentState state) |
void |
BaseTranslationCount.increment(ContentState state,
int count) |
void |
BaseTranslationCount.set(ContentState state,
int value) |
Modifier and Type | Method and Description |
---|---|
ContentState |
TransUnitStatus.getStatus() |
Modifier and Type | Method and Description |
---|---|
void |
TransUnitStatus.setStatus(ContentState status) |
Constructor and Description |
---|
TransUnitStatus(Long id,
String resId,
ContentState status) |
Modifier and Type | Method and Description |
---|---|
ContentState |
TextFlowTarget.getState() |
Modifier and Type | Method and Description |
---|---|
void |
TextFlowTarget.setState(ContentState state) |
Modifier and Type | Method and Description |
---|---|
void |
TranslationStatistics.decrement(ContentState state,
long count) |
void |
TranslationStatistics.increment(ContentState state,
long count) |
Modifier and Type | Method and Description |
---|---|
int |
BaseContributionStatistic.get(ContentState state) |
void |
BaseContributionStatistic.set(ContentState state,
Integer value) |
Copyright © 2016 Zanata Project. All rights reserved.