代码搜索:Workflow
找到约 4,191 项符合「Workflow」的源代码
代码结果 4,191
www.eeworm.com/read/277227/4158116
java currentstepprevlocal.java
/*
* Copyright (c) 2002-2003 by OpenSymphony
* All rights reserved.
*/
/*
* Generated by XDoclet - Do not edit!
*/
package com.opensymphony.workflow.spi.ejb;
/**
* Local interface for CurrentS
www.eeworm.com/read/277227/4158205
java cardpanel.java
package com.opensymphony.workflow.designer.swing;
/*
* Copyright (c) Sun Microsystems.
*/
import java.awt.*;
import javax.swing.*;
/**
* A simpler alternative to a JPanel with a Card
www.eeworm.com/read/447272/1706401
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/447272/1706422
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/447272/1706432
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/447272/1706451
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/447272/1706485
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/447272/1706487
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/447272/1706538
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/447272/1706562
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