代码搜索:Workflow
找到约 4,191 项符合「Workflow」的源代码
代码结果 4,191
www.eeworm.com/read/447272/1706587
cs textinput.cs
using System;
using log4net;
using NetBpm.Workflow.Delegation;
namespace NetBpm.Workflow.Delegation.Impl.Htmlformatter
{
public class TextInput:AbstractConfigurable, IHtmlFormatter
{
www.eeworm.com/read/447272/1706588
cs textareainput.cs
using System;
using log4net;
using NetBpm.Workflow.Delegation;
namespace NetBpm.Workflow.Delegation.Impl.Htmlformatter
{
public class TextAreaInput:AbstractConfigurable, IHtmlFormatter
{
www.eeworm.com/read/447272/1706627
cs iserializer.cs
using System;
namespace NetBpm.Workflow.Delegation
{
/// performs (de)serialisation of {@link NetBpm.Workflow.Execution.IAttributeInstance}-values (which are ordinary java-objects), fo
www.eeworm.com/read/447272/1706636
cs ilogsessionlocal.cs
using System;
using System.Collections;
using NetBpm.Workflow.Execution;
namespace NetBpm.Workflow.Log.EComp
{
public interface ILogSessionLocal
{
IList FindProcessInstances(DateTime star
www.eeworm.com/read/370865/2782856
readme
The document sample_workflow_process_original.xpdl is the original example
described in WfMC document WFMC-TC-1025 "Workflow Process Definition Interface
-- XML Process Definition Language". It is
www.eeworm.com/read/274966/10843064
cs readline.cs
using System;
using System.Workflow.ComponentModel;
using System.Workflow.Runtime;
namespace EssentialWF.Activities {
public class ReadLine : Activity {
private string text;
public s
www.eeworm.com/read/232020/4706047
java processrelevantvar.java
package cn.com.iaspec.workflow.vo.workflow;
import java.io.*;
public class ProcessRelevantVar
implements Serializable{
private String varName;
private String varValue;
public Process
www.eeworm.com/read/232020/4706050
java batchcaseinfo.java
package cn.com.iaspec.workflow.vo.workflow;
import java.io.*;
public class BatchCaseInfo
implements Serializable{
private long workItemId;
private String registerId;
private String
www.eeworm.com/read/223584/4809231
java memoryfunctionalworkflowtestcase.java
/*
* Copyright (c) 2002-2003 by OpenSymphony
* All rights reserved.
*/
package com.opensymphony.workflow.spi.memory;
import com.opensymphony.workflow.spi.AbstractFunctionalWorkflowTest;
/**
* T