代码搜索:Workflow
找到约 4,191 项符合「Workflow」的源代码
代码结果 4,191
www.eeworm.com/read/184607/5247845
java editorframe.java
package org.goshawk.workflow.GUI.Display;
import javax.swing.JFrame;
import org.goshawk.workflow.GUI.Monitor.MouseMonitor;
public class EditorFrame extends JFrame
{
private static final lo
www.eeworm.com/read/330522/3421773
java actor.java
package cn.myapps.core.workflow.element;
import cn.myapps.core.workflow.utility.Sequence;
public class Actor extends Element {
public String type;
public String namelist;
public Actor(F
www.eeworm.com/read/277826/4149775
cs activitystateimpl.cs
using System;
using log4net;
using NetBpm.Util.Xml;
using NetBpm.Workflow.Delegation.Impl;
namespace NetBpm.Workflow.Definition.Impl
{
public class ActivityStateImpl : StateImpl, IActivitySta
www.eeworm.com/read/277826/4149778
cs processstateimpl.cs
using System;
using NetBpm.Util.DB;
using NetBpm.Util.Xml;
using NetBpm.Workflow.Delegation.Impl;
namespace NetBpm.Workflow.Definition.Impl
{
public class ProcessStateImpl : StateImpl, IProce
www.eeworm.com/read/277826/4149901
cs andfork.cs
using System.Collections;
using log4net;
using NetBpm.Workflow.Definition;
namespace NetBpm.Workflow.Delegation.Impl.Fork
{
public class AndFork : IForkHandler
{
private static readonly I
www.eeworm.com/read/277826/4149929
cs emailaction.cs
using System;
using System.Collections;
using log4net;
using NetBpm.Workflow.Organisation;
namespace NetBpm.Workflow.Delegation.Impl.Action
{
/// sends an email.
public
www.eeworm.com/read/277826/4150231
cs actorexpressiontest.cs
using System;
using System.Collections;
using Castle.Windsor.Configuration.Interpreters;
using NetBpm.Util.Client;
using NetBpm.Workflow.Delegation.Impl.Assignment;
using NetBpm.Workflow.Executio
www.eeworm.com/read/277824/4150489
cs memoryworkflowstore.cs
using System;
using System.Collections;
using DotNetTools.PropertySet;
using DotNetTools.Util;
using DotNetTools.Workflow.Query;
using DotNetTools.Workflow.Util;
/*
* Copyright (c) 2002-2003 by
www.eeworm.com/read/277227/4157996
java jdbcfunctionalworkflowtestcase.java
/*
* Copyright (c) 2002-2003 by OpenSymphony
* All rights reserved.
*/
package com.opensymphony.workflow.spi.jdbc;
import com.opensymphony.workflow.config.Configuration;
import com.opensymphony.wo
www.eeworm.com/read/277227/4157997
java ofbizfunctionalworkflowtestcase.java
/*
* Copyright (c) 2002-2003 by OpenSymphony
* All rights reserved.
*/
package com.opensymphony.workflow.spi.ofbiz;
import com.opensymphony.workflow.config.Configuration;
import com.opensymphony.w