KIE Internal 6.0.0.Beta1

org.kie.internal.task.api.model
Interface Delegation

All Superinterfaces:
Externalizable, Serializable

public interface Delegation
extends Externalizable


Method Summary
 AllowedToDelegate getAllowed()
           
 List<OrganizationalEntity> getDelegates()
           
 void setAllowed(AllowedToDelegate allowedToDelegate)
           
 void setDelegates(List<OrganizationalEntity> delegates)
           
 
Methods inherited from interface java.io.Externalizable
readExternal, writeExternal
 

Method Detail

getAllowed

AllowedToDelegate getAllowed()

setAllowed

void setAllowed(AllowedToDelegate allowedToDelegate)

getDelegates

List<OrganizationalEntity> getDelegates()

setDelegates

void setDelegates(List<OrganizationalEntity> delegates)

KIE Internal 6.0.0.Beta1

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