代码搜索:Workflow
找到约 4,191 项符合「Workflow」的源代码
代码结果 4,191
www.eeworm.com/read/130186/5963491
java testactivity.java
/*
*
* Copyright (c) 2002, 2003 Dragos Manolescu (dam@micro-workflow.com)
*
* See the LICENSE file for licensing information.
*/
package com.microworkflow.test;
import com.microworkflow.p
www.eeworm.com/read/130186/5963497
java testdefinitioncycle.java
package com.microworkflow.test;
import com.microworkflow.execution.Performer;
import com.microworkflow.process.*;
import junit.framework.Test;
import junit.framework.TestCase;
import junit.framework
www.eeworm.com/read/130186/5963509
java joincontinuation.java
/*
*
* Copyright (c) 2002, 2003 Dragos Manolescu (dam@micro-workflow.com)
*
* See the LICENSE file for licensing information.
*/
package com.microworkflow.execution;
import com.microworkf
www.eeworm.com/read/130186/5963522
java nullcontinuation.java
/*
*
* Copyright (c) 2002 Dragos Manolescu (dam@micro-workflow.com)
*
* See the LICENSE file for licensing information.
*/
package com.microworkflow.execution;
import com.microworkflow.pr
www.eeworm.com/read/491988/6429441
cs workflowdal.cs
using System;
using System.Data.SqlClient;
using System.Data;
namespace VML.WorkFlow
{
///
/// WorkFlowItemDAL 的摘要说明。
///
public class WorkFlowDAL
{
private Sql
www.eeworm.com/read/491988/6429443
cs workflowbll.cs
using System;
namespace VML.WorkFlow
{
///
/// WorkFlowBLL 的摘要说明。
///
public class WorkFlowBLL
{
public WorkFlowBLL()
{
//
// TODO: 在此处添加构造函数逻辑
//