org.tinygroup.flowprocessor
类 FlowServiceInfo

java.lang.Object
  继承者 org.tinygroup.event.AbstractServiceInfo
      继承者 org.tinygroup.flowprocessor.FlowServiceInfo
所有已实现的接口:
Serializable, Comparable<org.tinygroup.event.ServiceInfo>, org.tinygroup.event.ServiceInfo

public class FlowServiceInfo
extends org.tinygroup.event.AbstractServiceInfo

Created by luoguo on 14-4-9.

另请参见:
序列化表格

构造方法摘要
FlowServiceInfo(Flow flow)
           
 
方法摘要
 String getCategory()
           
 List<org.tinygroup.event.Parameter> getParameters()
           
 List<org.tinygroup.event.Parameter> getResults()
           
 String getServiceId()
           
 
从类 org.tinygroup.event.AbstractServiceInfo 继承的方法
compareTo
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

FlowServiceInfo

public FlowServiceInfo(Flow flow)
方法详细信息

getServiceId

public String getServiceId()

getParameters

public List<org.tinygroup.event.Parameter> getParameters()

getResults

public List<org.tinygroup.event.Parameter> getResults()

getCategory

public String getCategory()


Copyright © 2006–2016 TinyGroup. All rights reserved.