org.jbpm.services.task.impl.model.xml
Class JaxbOrganizationalEntity
java.lang.Object
org.jbpm.services.task.impl.model.xml.JaxbOrganizationalEntity
- All Implemented Interfaces:
- Externalizable, Serializable, OrganizationalEntity
public class JaxbOrganizationalEntity
- extends Object
- implements OrganizationalEntity
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JaxbOrganizationalEntity
public JaxbOrganizationalEntity()
JaxbOrganizationalEntity
public JaxbOrganizationalEntity(OrganizationalEntity orgEntity)
getId
public String getId()
- Specified by:
getId
in interface OrganizationalEntity
setId
public void setId(String id)
getType
public JaxbOrganizationalEntity.Type getType()
setType
public void setType(JaxbOrganizationalEntity.Type type)
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
convertListFromInterfaceToJaxbImpl
public static List<JaxbOrganizationalEntity> convertListFromInterfaceToJaxbImpl(List<OrganizationalEntity> jaxbList)
convertListFromJaxbImplToInterface
public static List<OrganizationalEntity> convertListFromJaxbImplToInterface(List<JaxbOrganizationalEntity> jaxbList)
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.