Package | Description |
---|---|
org.kie.internal.task.api.model |
Modifier and Type | Method and Description |
---|---|
AccessType |
ContentData.getAccessType() |
AccessType |
InternalAttachment.getAccessType() |
AccessType |
InternalTaskData.getDocumentAccessType() |
AccessType |
InternalTaskData.getFaultAccessType() |
AccessType |
InternalTaskData.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.
|
Modifier and Type | Method and Description |
---|---|
void |
ContentData.setAccessType(AccessType accessType) |
void |
InternalAttachment.setAccessType(AccessType accessType) |
void |
InternalTaskData.setDocumentAccessType(AccessType accessType) |
void |
InternalTaskData.setFaultAccessType(AccessType faultAccessType) |
void |
InternalTaskData.setOutputAccessType(AccessType outputAccessType) |
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.