代码搜索:Workflow
找到约 4,191 项符合「Workflow」的源代码
代码结果 4,191
www.eeworm.com/read/410797/2201425
cs sendmail.cs
using System;
using jmail;
namespace WorkFlow.util
{
///
/// SendMail 的摘要说明。
///
public class SendMail
{
public SendMail()
{
//
// TODO: 在此处添加构造函数逻辑
www.eeworm.com/read/410797/2201428
cs comboitem.cs
using System;
using System.Collections;
using System.Windows.Forms;
namespace WorkFlow.util
{
///
/// ComboItem 的摘要说明。
///
public class ComboItem
{
private stri
www.eeworm.com/read/410797/2201433
cs comboutil.cs
using System;
using System.Data;
using System.Data.SqlClient;
namespace WorkFlow.util
{
///
/// ComboUtil 的摘要说明。
///
public class ComboUtil
{
public ComboUtil()
www.eeworm.com/read/362503/2933153
java myactionhandler.java
package com.xiangfeng.workflow.test;
import org.jbpm.graph.def.ActionHandler;
import org.jbpm.graph.exe.ExecutionContext;
public class MyActionHandler implements ActionHandler{
public void
www.eeworm.com/read/385240/8812524
cs wxdwfloader.cs
using System;
using System.IO;
using System.ComponentModel;
using System.ComponentModel.Design;
using System.ComponentModel.Design.Serialization;
using System.Workflow.ComponentModel;
using Syst
www.eeworm.com/read/310844/13642874
cs wxdwfloader.cs
using System;
using System.IO;
using System.ComponentModel;
using System.ComponentModel.Design;
using System.ComponentModel.Design.Serialization;
using System.Workflow.ComponentModel;
using Syst
www.eeworm.com/read/146638/5735528
java missingformdataexception.java
/*
*/
package com.sun.j2ee.workflow.control.exceptions;
import java.util.Collection;
/** This exception checks the Form data of the user input
* @author Jian (James) Cai
*/
public class Missing
www.eeworm.com/read/146638/5735623
java elementmodel.java
/*
*/
package com.sun.j2ee.workflow.state.model;
import java.sql.Date;
/**
* This class provides methods to view and modify taskect
* information for a particular taskect.
*/
public interface E