|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AccessType | |
---|---|
org.jbpm.task | |
org.jbpm.task.service |
Uses of AccessType in org.jbpm.task |
---|
Methods in org.jbpm.task that return AccessType | |
---|---|
AccessType |
Attachment.getAccessType()
|
AccessType |
TaskData.getDocumentAccessType()
|
AccessType |
TaskData.getFaultAccessType()
|
AccessType |
TaskData.getOutputAccessType()
|
static AccessType |
AccessType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static AccessType[] |
AccessType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in org.jbpm.task with parameters of type AccessType | |
---|---|
void |
Attachment.setAccessType(AccessType accessType)
|
void |
TaskData.setDocumentAccessType(AccessType accessType)
|
Uses of AccessType in org.jbpm.task.service |
---|
Methods in org.jbpm.task.service that return AccessType | |
---|---|
AccessType |
ContentData.getAccessType()
|
Methods in org.jbpm.task.service with parameters of type AccessType | |
---|---|
void |
ContentData.setAccessType(AccessType accessType)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |