com.opendynamic.ff.service.FfNodeVarService Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of freeflow Show documentation
Show all versions of freeflow Show documentation
a flexible workflow engine
package com.opendynamic.ff.service;
import java.io.Serializable;
import java.util.Date;
import java.util.List;
import java.util.Map;
import org.springframework.stereotype.Service;
import org.springframework.transaction.annotation.Propagation;
import org.springframework.transaction.annotation.Transactional;
@Service
@Transactional(propagation = Propagation.REQUIRED, rollbackFor = Exception.class)
public interface FfNodeVarService {
/**
* 按主键查询,返回单个对象。
*/
public Map loadNodeVar(String NODE_VAR_ID_);
/**
* 通用查询,返回对象列表。
*/
public List