Package | Description |
---|---|
org.tinygroup.tinypc | |
org.tinygroup.tinypc.impl |
Modifier and Type | Method and Description |
---|---|
WorkStatus |
Work.getWorkStatus()
获取工作状态
|
WorkStatus |
JobCenter.getWorkStatus(Work work)
返回指定工作的工作状态
|
WorkStatus |
WorkQueue.getWorkStatus(Work work)
获取工作状态
|
static WorkStatus |
WorkStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WorkStatus[] |
WorkStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
List<Work> |
JobCenter.getWorkList(String type,
WorkStatus workStatus)
返回某种类型的某种状态的工作列表
|
List<Work> |
WorkQueue.getWorkList(String type,
WorkStatus workStatus)
返回指定类型指定工作状态的工作列表
|
List<Work> |
WorkQueue.getWorkList(WorkStatus workStatus)
返回指定工作状态的工作列表
|
void |
Work.setWorkStatus(WorkStatus workStatus)
设置工作状态
|
void |
WorkQueue.updateWorkStatus(Work work,
WorkStatus workStatus)
更新工作状态
|
Modifier and Type | Method and Description |
---|---|
WorkStatus |
AbstractForeman.getWorkStatus() |
WorkStatus |
WorkDefault.getWorkStatus() |
WorkStatus |
AbstractJobCenter.getWorkStatus(Work work) |
WorkStatus |
WorkQueueImpl.getWorkStatus(Work work) |
Modifier and Type | Method and Description |
---|---|
List<Work> |
AbstractJobCenter.getWorkList(String type,
WorkStatus workStatus) |
List<Work> |
WorkQueueImpl.getWorkList(String type,
WorkStatus workStatus) |
List<Work> |
WorkQueueImpl.getWorkList(WorkStatus workStatus) |
void |
AbstractForeman.setWorkStatus(WorkStatus workStatus) |
void |
WorkDefault.setWorkStatus(WorkStatus workStatus) |
void |
WorkQueueImpl.updateWorkStatus(Work work,
WorkStatus workStatus) |
Copyright © 2006–2018 TinyGroup. All rights reserved.