|
Foundation |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface OMRPromptGroupInterface
Interface for a smart object that represents a com.sas.prompts.groups.PromptGroupInterface
.
The smart object stores and retrieves the information for an instance of PromptGroupInterface as XML
held in the groupInfo. The smart object can return an instance of PromptGroupInterface from
that groupInfo.
Field Summary |
---|
Fields inherited from interface com.sas.services.information.metadata.MetadataInterface |
---|
METADATA_STATE_DELETED, METADATA_STATE_DESTROYED, METADATA_STATE_NEW, METADATA_STATE_NORMAL, PERMISSION_READMETADATA, PERMISSION_WRITEMETADATA |
Method Summary | |
---|---|
java.lang.String |
getGroupInfo()
Returns the XML string of group info. |
int |
getGroupType()
Deprecated. from v920m3 on. Do not use this anymore. |
com.sas.prompts.groups.PromptGroupInterface |
getPromptGroup()
Returns the com.sas.prompts.groups.PromptGroupInterface object created by
the XML returned from getGroupInfo() . |
com.sas.prompts.groups.PromptGroupInterface |
getPromptGroup(com.sas.util.xmlpersist.PromptsReadingContext readingContext)
Returns the com.sas.prompts.groups.PromptGroupInterface object created by
the XML returned from getGroupInfo() . |
void |
setGroupInfo(java.lang.String groupInfo)
Set a string of XML that represents an instance of a PromptGroupInterface. |
void |
setGroupType(int type)
Deprecated. from v920m3 on. Do not use this anymore. |
Methods inherited from interface com.sas.services.information.metadata.prompt.BaseOMRPromptInterface |
---|
addPromptReference, addReferencedPrompt, addValueSource, getPromptEnabledObject, getPromptReferences, getReferencedPrompts, getValueSources, isPublic, removeAllPromptReferences, removeAllReferencedPrompts, removeAllValueSources, removePromptEnabledObject, removePromptReference, removeReferencedPrompt, setPromptEnabledObject |
Methods inherited from interface com.sas.services.information.publicobject.PublicObjectInterface |
---|
addProcessorInterface, getContainer, getIdentifier, getName, getObjectURI, getPathUrl, getProcessorInterface, getTypeDescriptor |
Method Detail |
---|
java.lang.String getGroupInfo() throws java.rmi.RemoteException, ServiceException
java.rmi.RemoteException
ServiceException
void setGroupInfo(java.lang.String groupInfo) throws java.rmi.RemoteException, ServiceException
groupInfo
- String
java.rmi.RemoteException
ServiceException
void setGroupType(int type) throws java.rmi.RemoteException, ServiceException
com.sas.prompts.groups.PromptGroupEnum.getOrdinal()
.
type
- int
java.rmi.RemoteException
ServiceException
int getGroupType() throws java.rmi.RemoteException, ServiceException
java.rmi.RemoteException
ServiceException
com.sas.prompts.groups.PromptGroupInterface getPromptGroup() throws java.rmi.RemoteException, ServiceException
com.sas.prompts.groups.PromptGroupInterface
object created by
the XML returned from getGroupInfo()
. Null will be returned if there is
no XML available or it does not result in a valid instance of PromptGroupInterface.
* If any missing resources are detected, an unmodifiable copy of com.sas.util.xmlpersist.PromptsReadingContext.getMissingResources()
will be available from
sessionContext.getAttribute(com.sas.util.xmlpersist.PersistConstants.MISSING_RESOURCES)
.
This is contingent upon the available userContext containing a session context.
java.rmi.RemoteException
ServiceException
- if exceptions occur parsing xml and creating objectscom.sas.prompts.groups.PromptGroupInterface getPromptGroup(com.sas.util.xmlpersist.PromptsReadingContext readingContext) throws java.rmi.RemoteException, ServiceException
com.sas.prompts.groups.PromptGroupInterface
object created by
the XML returned from getGroupInfo()
. Null will be returned if there is
no XML available or it does not result in a valid instance of PromptGroupInterface.
The reading context will be used, if supplied. Otherwise a "placeholder" PromptsReadingContext
will be created and passed to the XML parsing routine. A reading context may be obtained via
methods on com.sas.services.information.metadata.prompts.PersistenceFactoryWithServices
/
readingContext
-
java.rmi.RemoteException
ServiceException
- if exceptions occur parsing xml and creating objects
|
Foundation |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |