|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IThingID
Field Summary | |
---|---|
static int |
THINGID_WIDTH
defines the size of string versions of the dbID (ex:0000012134) |
Method Summary | |
---|---|
boolean |
exists()
Does this ID exist in the system? Warning will always result in a DB call, use sparingly |
int |
getDBState()
gets thing state as it exists in the DB warning will always result in a DB call, use sparingly |
IMetaContext |
getMetaContext()
get the meta context for this thing |
IThing |
getThing()
|
void |
initialize(String uri)
Initialize this thingID via URI string Do not call directly, use PortalSystem.acquireURI(java.lang.String) |
boolean |
isValid()
false if not a valid ID |
String |
toString()
The URI of this thingID |
Methods inherited from interface com.webmethods.portal.system.IURI |
---|
clone, getSegment, getSegments, getSegments, getServiceName, getSize |
Field Detail |
---|
static final int THINGID_WIDTH
Method Detail |
---|
IMetaContext getMetaContext()
boolean isValid()
IThing getThing()
int getDBState()
com.webmethods.portal.service.meta2.thing.IThingState
boolean exists()
String toString()
toString
in interface IURI
toString
in class Object
IURI
,
Object
void initialize(String uri) throws PortalException
PortalSystem.acquireURI(java.lang.String)
initialize
in interface IURI
uri
-
PortalException
- if invalid URIIURI
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |