代码搜索:Workflow
找到约 4,191 项符合「Workflow」的源代码
代码结果 4,191
www.eeworm.com/read/277826/4150363
cs versiontestaction.cs
using System;
using NetBpm.Workflow.Definition.Attr;
using NetBpm.Workflow.Delegation;
namespace NetBpm.VersionTest
{
///
///This test tests the versioning of Assemblies.
///The
www.eeworm.com/read/277824/4150481
cs vsaregister.cs
using System;
using System.Collections;
using DotNetTools.Workflow.Spi;
namespace DotNetTools.Workflow.Util.Vsa
{
///
/// Summary description for VsaRegister.
///
//
www.eeworm.com/read/277227/4158077
java validatable.java
/*
* Copyright (c) 2002-2003 by OpenSymphony
* All rights reserved.
*/
package com.opensymphony.workflow.util;
import com.opensymphony.workflow.InvalidWorkflowDescriptorException;
/**
* Abstact
www.eeworm.com/read/277227/4158143
java invalidworkflowdescriptorexception.java
/*
* Copyright (c) 2002-2003 by OpenSymphony
* All rights reserved.
*/
package com.opensymphony.workflow;
/**
* Indicates that a Workflow Descriptor was invalid.
* Usually this indicates a sema
www.eeworm.com/read/447272/1706466
cs principaluseradapter.cs
using System;
using System.Security.Principal;
using NetBpm.Workflow.Organisation;
namespace NetBpm.Workflow.Organisation
{
public class PrincipalUserAdapter : IPrincipal, IIdentity
{
pri
www.eeworm.com/read/447272/1706524
cs forkedflow.cs
using NetBpm.Workflow.Definition.Impl;
namespace NetBpm.Workflow.Execution.Impl
{
public class ForkedFlow
{
private FlowImpl _flow = null;
private TransitionImpl _transition = null;
www.eeworm.com/read/447272/1706585
cs datelabel.cs
using System;
using NetBpm.Workflow.Delegation;
namespace NetBpm.Workflow.Delegation.Impl.Htmlformatter
{
public class DateLabel:AbstractConfigurable, IHtmlFormatter
{
public System.Str
www.eeworm.com/read/447272/1706613
cs evaluationdecision.cs
using System;
using NetBpm.Workflow.Definition.Attr;
namespace NetBpm.Workflow.Delegation.Impl.Decision
{
public class EvaluationDecision : IDecisionHandler
{
public String Decide(IDecisio
www.eeworm.com/read/447272/1706674
cs ischedulersessionlocal.cs
using System;
namespace NetBpm.Workflow.Scheduler.EComp
{
/// is the remote-interface for the {@link NetBpm.Workflow.Delegation.EComp.SchedulerComponent}
public interface I
www.eeworm.com/read/447272/1707024
cs versiontestaction.cs
using System;
using NetBpm.Workflow.Definition.Attr;
using NetBpm.Workflow.Delegation;
namespace NetBpm.VersionTest
{
///
///This test tests the versioning of Assemblies.
///The