com.tibco.bpm.web.client.model.types.org
Class WorkTypeArtifact

java.lang.Object
  extended by com.tibco.bpm.web.client.model.types.org.BaseArtifact
      extended by com.tibco.bpm.web.client.model.types.org.WorkTypeArtifact

public class WorkTypeArtifact
extends BaseArtifact

Holds FormType, PageFlowType & ChannelExtentionType

©2014 Cloud Software Group, Inc.

Since:
3.0

Constructor Summary
WorkTypeArtifact()
           
 
Method Summary
 ChannelExtentionType getExtension()
           
 FormType getForm()
           
 PageFlowType getPageFlow()
           
 void setExtension(ChannelExtentionType extension)
           
 void setForm(FormType form)
           
 void setPageFlow(PageFlowType pageFlow)
           
 
Methods inherited from class com.tibco.bpm.web.client.model.types.org.BaseArtifact
getArtifactName, getArtifactType, getCreatedOn, getModifiedOn, getVersion, getWorkTypeUid, setArtifactName, setArtifactType, setCreatedOn, setModifiedOn, setVersion, setWorkTypeUid
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WorkTypeArtifact

public WorkTypeArtifact()
Method Detail

getForm

public FormType getForm()

setForm

public void setForm(FormType form)

getPageFlow

public PageFlowType getPageFlow()

setPageFlow

public void setPageFlow(PageFlowType pageFlow)

getExtension

public ChannelExtentionType getExtension()

setExtension

public void setExtension(ChannelExtentionType extension)


Copyright © 2015 Cloud Software Group, Inc. All Rights Reserved.