代码搜索:Workflow
找到约 4,191 项符合「Workflow」的源代码
代码结果 4,191
www.eeworm.com/read/146638/5736016
java~ missingformdataexception.java~
/*
*/
package com.sun.j2ee.workflow.control.web;
import java.util.Collection;
/**
* This exception is thrown by the RequestToEventTranslator
* when a user fails to provide enough form informati
www.eeworm.com/read/146638/5736019
java missingformdataexception.java
/*
*/
package com.sun.j2ee.workflow.control.web;
import java.util.Collection;
/**
* This exception is thrown by the RequestToEventTranslator
* when a user fails to provide enough form informati
www.eeworm.com/read/462926/1541923
java split.java
package workflow.xwfbox.instance;
import java.util.Vector;
public class Split
{
private String _Type;
private Vector _TransitionRefs;
/**
@roseuid 41C19952019E
*/
www.eeworm.com/read/462926/1541924
java extendedattribute.java
package workflow.xwfbox.instance;
public class ExtendedAttribute
{
private String _Name;
private String _Value;
/**
@roseuid 41C199B902F1
*/
public ExtendedAttribu
www.eeworm.com/read/462926/1541937
java variable.java
package workflow.xwfbox.instance;
public class Variable
{
private String _Id;
private String _Name;
private String _Type;
private String _Value;
/**
@roseuid 41C199
www.eeworm.com/read/462926/1541938
java extendedattributes.java
package workflow.xwfbox.instance;
import java.util.Vector;
public class ExtendedAttributes
{
private Vector _ExtendedAttributes = null;
/**
@roseuid 41C199B90373
*/
p