public class MRepoKey
extends java.lang.Object
Constructor and Description |
---|
MRepoKey(MProperties props,
java.lang.String url,
java.lang.String assocKey,
boolean isLinkChased,
boolean doSubstitution) |
Modifier and Type | Method and Description |
---|---|
void |
delete() |
java.util.Enumeration |
elements() |
java.lang.String |
getAssocKey() |
int |
getCount() |
MException |
getErrorMessage() |
com.tibco.infra.repository.RepoNode |
getNode() |
java.lang.String |
getPrevAssocKey() |
java.lang.String |
getUrl() |
java.lang.Object |
getValue() |
boolean |
isOK() |
protected void |
normalize() |
protected void |
normalizeObject(boolean doSubstitution) |
public MRepoKey(MProperties props, java.lang.String url, java.lang.String assocKey, boolean isLinkChased, boolean doSubstitution) throws MException
MException
public java.util.Enumeration elements()
public java.lang.String getAssocKey()
public java.lang.String getPrevAssocKey()
public int getCount()
public MException getErrorMessage()
public com.tibco.infra.repository.RepoNode getNode()
public java.lang.String getUrl()
public java.lang.Object getValue()
public boolean isOK()
protected final void normalize() throws MException
MException
protected final void normalizeObject(boolean doSubstitution) throws java.lang.Exception
java.lang.Exception
public void delete() throws MException
MException