代码搜索:Workflow
找到约 4,191 项符合「Workflow」的源代码
代码结果 4,191
www.eeworm.com/read/277826/4149735
cs idefinitionsessionlocal.cs
using System;
using System.Collections;
using NetBpm.Util.Client;
namespace NetBpm.Workflow.Definition.EComp
{
public interface IDefinitionSessionLocal
{
/// loads a process arc
www.eeworm.com/read/277826/4149756
cs idefinitionobject.cs
using System;
namespace NetBpm.Workflow.Definition
{
public interface IDefinitionObject //: System.Runtime.Serialization.ISerializable
{
Int64 Id { get; }
String Name { get; }
String
www.eeworm.com/read/277826/4149766
cs processblockimpl.cs
using System.Collections;
using Iesi.Collections;
using NetBpm.Util.Xml;
namespace NetBpm.Workflow.Definition.Impl
{
public class ProcessBlockImpl : DefinitionObjectImpl, IProcessBlock
{
www.eeworm.com/read/277826/4149785
cs unresolvedreference.cs
using System;
using log4net;
namespace NetBpm.Workflow.Definition.Impl
{
public class UnresolvedReference
{
private Object _referencingObject = null;
private String _destinationName = n
www.eeworm.com/read/277826/4149819
cs userimpl.cs
using System;
using Iesi.Collections;
namespace NetBpm.Workflow.Organisation.Impl
{
public class UserImpl : ActorImpl, IUser
{
// private members
private String _firstName = null;
pr
www.eeworm.com/read/277826/4149821
cs groupimpl.cs
using System;
using System.Collections;
namespace NetBpm.Workflow.Organisation.Impl
{
public class GroupImpl : ActorImpl, IGroup
{
// private members
private String _name = null;
pri
www.eeworm.com/read/277826/4149872
cs iforkcontext.cs
using System;
using System.Collections;
namespace NetBpm.Workflow.Delegation
{
/// allows a Forker-implementor to interact with ant get information
/// from the process engine.
/
www.eeworm.com/read/277826/4149896
cs ihtmlformatter.cs
using System;
using System.Runtime.Serialization;
using System.Web;
namespace NetBpm.Workflow.Delegation
{
/// is an interface used for the automatic generation of activity-forms in
www.eeworm.com/read/277826/4149937
cs integerserializer.cs
using System;
using log4net;
namespace NetBpm.Workflow.Delegation.Impl.Serializer
{
public class IntegerSerializer : AbstractConfigurable, ISerializer
{
private static readonly ILog log =
www.eeworm.com/read/277826/4150009
cs jobthread.cs
using System;
using System.Threading;
namespace NetBpm.Workflow.Scheduler.EComp.Impl
{
public class JobThread
{
private static JobThread jobThreadInstance = new JobThread();
private boo