代码搜索:Workflow

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

代码结果 4,191
www.eeworm.com/read/277227/4158104

java workflowentrylocalhome.java

/* * Copyright (c) 2002-2003 by OpenSymphony * All rights reserved. */ /* * Generated by XDoclet - Do not edit! */ package com.opensymphony.workflow.spi.ejb; /** * Local home interface for Wor
www.eeworm.com/read/277227/4158109

java historysteplocalhome.java

/* * Copyright (c) 2002-2003 by OpenSymphony * All rights reserved. */ /* * Generated by XDoclet - Do not edit! */ package com.opensymphony.workflow.spi.ejb; /** * Local home interface for His
www.eeworm.com/read/277227/4158112

java currentsteplocalhome.java

/* * Copyright (c) 2002-2003 by OpenSymphony * All rights reserved. */ /* * Generated by XDoclet - Do not edit! */ package com.opensymphony.workflow.spi.ejb; /** * Local home interface for Cur
www.eeworm.com/read/277227/4158117

java historystepcmp.java

/* * Copyright (c) 2002-2003 by OpenSymphony * All rights reserved. */ /* * Generated by XDoclet - Do not edit! */ package com.opensymphony.workflow.spi.ejb; /** * CMP layer for HistoryStep.
www.eeworm.com/read/277227/4158153

java invalidroleexception.java

/* * Copyright (c) 2002-2003 by OpenSymphony * All rights reserved. */ package com.opensymphony.workflow; /** * Indicates that the caller did not have enough permissions to perform some action.
www.eeworm.com/read/277227/4158281

java idgenerator.java

package com.opensymphony.workflow.designer; public class IDGenerator { private int nextId; public int generateId() { return nextId++; } public void checkId(int id) { if(id>=next
www.eeworm.com/read/447272/1706419

cs eventtypehelper.cs

using System; //using net.sf.hibernate; namespace NetBpm.Workflow.Definition { /// is the enum class for all runtime process execution events. public enum EventType {
www.eeworm.com/read/447272/1706449

cs creationcontext.cs

using System; using System.Collections; using NetBpm.Util.DB; namespace NetBpm.Workflow.Definition.Impl { internal class ReferencableObject { private Type _type; private ProcessBlockIm
www.eeworm.com/read/447272/1706486

cs membershipimpl.cs

using System; namespace NetBpm.Workflow.Organisation.Impl { public class MembershipImpl : IMembership { // private members private Int64 _id = 0; private String _role = null; priva
www.eeworm.com/read/447272/1706500

cs iexecutionsessionlocal.cs

using System; using System.Collections; using NetBpm.Util.Client; namespace NetBpm.Workflow.Execution.EComp { public interface IExecutionSessionLocal { /// collects all {@link N