代码搜索:Workflow

找到约 4,191 项符合「Workflow」的源代码

代码结果 4,191
www.eeworm.com/read/277826/4149822

cs actorimpl.cs

using System; namespace NetBpm.Workflow.Organisation.Impl { public abstract class ActorImpl : IActor, IComparable { protected internal String _id = null; public string Id { set
www.eeworm.com/read/277826/4149849

cs executioncomponent.cs

using System; using System.Collections; using NetBpm.Util.Client; namespace NetBpm.Workflow.Execution { /// @todo remove this interface is not in use!!!!! /// is the session facade
www.eeworm.com/read/277826/4149895

cs iprocessinvocationhandler.cs

using System; using System.Collections; namespace NetBpm.Workflow.Delegation { /// handles the launching and the processing of the results of a sub-process inside an activity.
www.eeworm.com/read/277826/4149988

cs exceptionreportimpl.cs

using System; using log4net; namespace NetBpm.Workflow.Log.Impl { public class ExceptionReportImpl : LogDetailImpl, IExceptionReport { private String _exceptionClassName = null; private
www.eeworm.com/read/277824/4150475

cs myfunction.cs

using System; using System.Collections; using DotNetTools.PropertySet; namespace DotNetTools.Workflow.Functions { public class MyFunction : IFunctionProvider { public void Execute(IDictio
www.eeworm.com/read/277824/4150476

cs titlevalidator.cs

using System; using System.Collections; using DotNetTools.PropertySet; namespace DotNetTools.Workflow.Validators { public class TitleValidator : IValidator { public void Validate(IDicti
www.eeworm.com/read/277824/4150480

cs vsacondition.cs

using System; using System.Collections; using DotNetTools.PropertySet; namespace DotNetTools.Workflow.Util.Vsa { /// /// /// /// jjx public cla
www.eeworm.com/read/277824/4150483

cs vsavalidator.cs

using System; using System.Collections; using DotNetTools.PropertySet; namespace DotNetTools.Workflow.Util.Vsa { /// /// /// /// jjx public clas
www.eeworm.com/read/277824/4150488

cs hibernatecurrentstep.cs

/* * Copyright (c) 2002-2003 by OpenSymphony * All rights reserved. */ namespace DotNetTools.Workflow.Spi.Hibernate { /// This class exists to seperate the persistence of the Steps.
www.eeworm.com/read/277227/4158135

java hibernatecurrentstep.java

/* * Copyright (c) 2002-2003 by OpenSymphony * All rights reserved. */ package com.opensymphony.workflow.spi.hibernate; /** * This class exists to seperate the persistence of the Steps. * By