代码搜索:Workflow
找到约 4,191 项符合「Workflow」的源代码
代码结果 4,191
www.eeworm.com/read/274966/10843056
cs controller.cs
using System;
using System.Workflow.ComponentModel;
using System.Workflow.Runtime;
namespace EssentialWF.Activities {
public class Controller : CompositeActivity {
protected over
www.eeworm.com/read/277826/4149754
cs iprocessdefinition.cs
using System;
using NetBpm.Workflow.Organisation;
namespace NetBpm.Workflow.Definition
{
public interface IProcessDefinition : IProcessBlock
{
String ResponsibleUserName { get; }
Int32
www.eeworm.com/read/277826/4149899
cs iactioncontext.cs
using System;
using NetBpm.Workflow.Execution;
namespace NetBpm.Workflow.Delegation
{
/// allows the Interaction-implementor to interact with and get information from
/// the proces
www.eeworm.com/read/277826/4149983
cs iattributeupdate.cs
using System;
using NetBpm.Workflow.Definition;
namespace NetBpm.Workflow.Log
{
public interface IAttributeUpdate : ILogDetail
{
IAttribute Attribute { get; }
String ValueText { get; }
www.eeworm.com/read/277227/4158286
java joinproxy.java
package com.opensymphony.workflow.designer.proxy;
import com.opensymphony.workflow.loader.JoinDescriptor;
/**
* @author baab
*/
public class JoinProxy
{
private JoinDescriptor join;
www.eeworm.com/read/447272/1706420
cs iprocessdefinition.cs
using System;
using NetBpm.Workflow.Organisation;
namespace NetBpm.Workflow.Definition
{
public interface IProcessDefinition : IProcessBlock
{
String ResponsibleUserName { get; }
Int32
www.eeworm.com/read/447272/1706565
cs iactioncontext.cs
using System;
using NetBpm.Workflow.Execution;
namespace NetBpm.Workflow.Delegation
{
/// allows the Interaction-implementor to interact with and get information from
/// the proces
www.eeworm.com/read/447272/1706649
cs iattributeupdate.cs
using System;
using NetBpm.Workflow.Definition;
namespace NetBpm.Workflow.Log
{
public interface IAttributeUpdate : ILogDetail
{
IAttribute Attribute { get; }
String ValueText { get; }