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
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. |
COPYRIGHT
static final java.lang.String COPYRIGHT
- See Also:
- Constant Field Values
VERSION
static final java.lang.String VERSION
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.