jBPM Console NG - Process Runtime API 6.2.0.Final

org.jbpm.console.ng.pr.model
Class ProcessSummary

java.lang.Object
  extended by org.uberfire.paging.AbstractPageRow
      extended by org.jbpm.console.ng.ga.model.GenericSummary
          extended by org.jbpm.console.ng.pr.model.ProcessSummary
All Implemented Interfaces:
Serializable, Comparable<org.uberfire.paging.AbstractPageRow>

@Portable
public class ProcessSummary
extends GenericSummary

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.jbpm.console.ng.ga.model.GenericSummary
id, name
 
Constructor Summary
ProcessSummary()
           
ProcessSummary(String processDefId, String processDefName, String deploymentId, String packageName, String type, String version, String originalpath, String processSource)
           
 
Method Summary
 String getDeploymentId()
           
 String getEncodedProcessSource()
           
 String getOriginalPath()
           
 String getPackageName()
           
 String getProcessDefId()
           
 String getProcessDefName()
           
 String getType()
           
 String getVersion()
           
 void setDeploymentId(String deploymentId)
           
 void setEncodedProcessSource(String encodedProcessSource)
           
 void setOriginalPath(String originalPath)
           
 void setPackageName(String packageName)
           
 void setProcessDefId(String processDefId)
           
 void setProcessDefName(String processDefName)
           
 void setType(String type)
           
 void setVersion(String version)
           
 
Methods inherited from class org.jbpm.console.ng.ga.model.GenericSummary
equals, getId, getName, hashCode, setId, setName
 
Methods inherited from class org.uberfire.paging.AbstractPageRow
compareTo
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProcessSummary

public ProcessSummary()

ProcessSummary

public ProcessSummary(String processDefId,
                      String processDefName,
                      String deploymentId,
                      String packageName,
                      String type,
                      String version,
                      String originalpath,
                      String processSource)
Method Detail

getProcessDefId

public String getProcessDefId()

setProcessDefId

public void setProcessDefId(String processDefId)

getProcessDefName

public String getProcessDefName()

setProcessDefName

public void setProcessDefName(String processDefName)

getPackageName

public String getPackageName()

setPackageName

public void setPackageName(String packageName)

getType

public String getType()

setType

public void setType(String type)

getVersion

public String getVersion()

setVersion

public void setVersion(String version)

getDeploymentId

public String getDeploymentId()

setDeploymentId

public void setDeploymentId(String deploymentId)

getOriginalPath

public String getOriginalPath()

setOriginalPath

public void setOriginalPath(String originalPath)

getEncodedProcessSource

public String getEncodedProcessSource()

setEncodedProcessSource

public void setEncodedProcessSource(String encodedProcessSource)

jBPM Console NG - Process Runtime API 6.2.0.Final

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