com.pega.pegarules.pub.runtime
Interface WebAllowable

All Superinterfaces:
GeneratedJava

public interface WebAllowable
extends GeneratedJava

This interface is implemented by activities to indicate whether they may be invoked from the URL as the starting activity.

Version:
$Revision: 31 $
Author:
dassu

Field Summary
static java.lang.String COPYRIGHT
           
static java.lang.String VERSION
           
 
Method Summary
 boolean isAllowedInWeb()
          Can this activity be started from the pyActivity URL parameter? This could be a static method but we need this defined in the activity interface.
 

Field Detail

COPYRIGHT

static final java.lang.String COPYRIGHT
See Also:
Constant Field Values

VERSION

static final java.lang.String VERSION
Method Detail

isAllowedInWeb

boolean isAllowedInWeb()
Can this activity be started from the pyActivity URL parameter? This could be a static method but we need this defined in the activity interface.

Returns:
true if the activity can be started.


Copyright © 2012 Pegasystems Inc. All Rights Reserved.