KIE Internal 6.1.0.CR2

Uses of Class
org.kie.internal.task.api.model.AccessType

Packages that use AccessType
org.kie.internal.task.api.model   
 

Uses of AccessType in org.kie.internal.task.api.model
 

Methods in org.kie.internal.task.api.model that return AccessType
 AccessType InternalAttachment.getAccessType()
           
 AccessType ContentData.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.
 

Methods in org.kie.internal.task.api.model with parameters of type AccessType
 void InternalAttachment.setAccessType(AccessType accessType)
           
 void ContentData.setAccessType(AccessType accessType)
           
 void InternalTaskData.setDocumentAccessType(AccessType accessType)
           
 void InternalTaskData.setFaultAccessType(AccessType faultAccessType)
           
 void InternalTaskData.setOutputAccessType(AccessType outputAccessType)
           
 


KIE Internal 6.1.0.CR2

Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.