org.jbpm.services.task.impl.model
Class DelegationImpl
java.lang.Object
org.jbpm.services.task.impl.model.DelegationImpl
- All Implemented Interfaces:
- Externalizable, Serializable, org.kie.internal.task.api.model.Delegation
@Embeddable
public class DelegationImpl
- extends Object
- implements org.kie.internal.task.api.model.Delegation
- See Also:
- Serialized Form
DelegationImpl
public DelegationImpl()
writeExternal
public void writeExternal(ObjectOutput out)
throws IOException
- Specified by:
writeExternal
in interface Externalizable
- Throws:
IOException
readExternal
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
- Specified by:
readExternal
in interface Externalizable
- Throws:
IOException
ClassNotFoundException
getAllowed
public org.kie.internal.task.api.model.AllowedToDelegate getAllowed()
- Specified by:
getAllowed
in interface org.kie.internal.task.api.model.Delegation
setAllowed
public void setAllowed(org.kie.internal.task.api.model.AllowedToDelegate allowedToDelegate)
- Specified by:
setAllowed
in interface org.kie.internal.task.api.model.Delegation
getDelegates
public List<OrganizationalEntity> getDelegates()
- Specified by:
getDelegates
in interface org.kie.internal.task.api.model.Delegation
setDelegates
public void setDelegates(List<OrganizationalEntity> delegates)
- Specified by:
setDelegates
in interface org.kie.internal.task.api.model.Delegation
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
equals
public boolean equals(Object obj)
- Overrides:
equals
in class Object
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.