代码搜索:Workflow

找到约 4,191 项符合「Workflow」的源代码

代码结果 4,191
www.eeworm.com/read/443276/1750582

java mytaskinstancemanager.java

package org.fireflow.example.workflow_ext; import org.fireflow.engine.EngineException; import org.fireflow.engine.IProcessInstance; import org.fireflow.engine.ITaskInstance; import org.fireflow.
www.eeworm.com/read/410797/2201333

cs userright.cs

using System; using System.Text; using System.Data.SqlClient; using System.Data; using System.Collections; using System.Security.Cryptography; namespace WorkFlow.user { /// ///
www.eeworm.com/read/410797/2201364

cs database.cs

using System; using System.Configuration; using System.Data; using System.Data.SqlClient; using System.Collections; namespace WorkFlow.util { public abstract class Database { public stat
www.eeworm.com/read/410797/2201372

cs passutil.cs

using System; using System.Web; using System.Security; using System.Security.Cryptography; namespace WorkFlow.util { /// /// PassUtil 的摘要说明。 /// public class PassUt
www.eeworm.com/read/410797/2201392

cs userright.cs

using System; using System.Text; using System.Data.SqlClient; using System.Data; using System.Collections; using System.Security.Cryptography; namespace WorkFlow.user { /// ///
www.eeworm.com/read/410797/2201426

cs database.cs

using System; using System.Configuration; using System.Data; using System.Data.SqlClient; using System.Collections; namespace WorkFlow.util { public abstract class Database { public stat
www.eeworm.com/read/410797/2201434

cs passutil.cs

using System; using System.Web; using System.Security; using System.Security.Cryptography; namespace WorkFlow.util { /// /// PassUtil 的摘要说明。 /// public class PassUt
www.eeworm.com/read/399294/2362429

java messagesender.java

package com.gsoft.workflow.msgsender; import java.io.*; import java.net.*; public class MessageSender { public static void main(String[] args) { String input=""; String CmdString1="
www.eeworm.com/read/399294/2362432

java msgqueue.java

package com.gsoft.workflow.msgsender; public class MsgQueue extends java.util.Vector { public MsgQueue() { super(); } //取出队列元素 public synchronized Object deq() { /* 队列若为空,引发Empt
www.eeworm.com/read/362503/2933090

java workflowmanager.java

package com.bjsxt.oa.managers; import java.util.List; import com.bjsxt.oa.model.Workflow; public interface WorkflowManager { /** * 搜索所有的流程 * @return */ public List searchAllPr