| Package | Description |
|---|---|
| org.zanata.common | |
| org.zanata.rest.dto.resource | |
| org.zanata.rest.dto.stats |
| 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 |
AbstractTranslationCount.decrement(ContentState state,
int count) |
int |
AbstractTranslationCount.get(ContentState state) |
void |
TransUnitCount.increment(ContentState state) |
void |
AbstractTranslationCount.increment(ContentState state,
int count) |
void |
AbstractTranslationCount.set(ContentState state,
int value) |
| 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) |
Copyright © 2014 Zanata Project. All Rights Reserved.