Uses of Enum
org.kie.internal.task.api.model.AccessType
Packages that use AccessType
-
Uses of AccessType in org.kie.internal.task.api.model
Methods in org.kie.internal.task.api.model that return AccessTypeModifier and TypeMethodDescriptionContentData.getAccessType()InternalAttachment.getAccessType()InternalTaskData.getDocumentAccessType()InternalTaskData.getFaultAccessType()InternalTaskData.getOutputAccessType()static AccessTypeReturns 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.kie.internal.task.api.model with parameters of type AccessTypeModifier and TypeMethodDescriptionvoidContentData.setAccessType(AccessType accessType) voidInternalAttachment.setAccessType(AccessType accessType) voidInternalTaskData.setDocumentAccessType(AccessType accessType) voidInternalTaskData.setFaultAccessType(AccessType faultAccessType) voidInternalTaskData.setOutputAccessType(AccessType outputAccessType)