public class IfsGetAttributesContext extends IfsCommandContext implements GetAttributesContext
| Constructor and Description |
|---|
IfsGetAttributesContext()
The Constructor.
|
IfsGetAttributesContext(LibraryObject obj,
String[] attrNames)
Other Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
clear()
Clears the CommandState. does not throw.
|
String[] |
getAttributeNames()
Gets the Attribute names to obtain for the LibraryObject
|
AttributeValue[] |
getAttributes()
Gets the Attributes
|
LibraryObject |
getLibraryObject()
Gets the LibraryObject
|
void |
setAttributeNames(String[] attrNames)
Sets the Attribute names to get for the LibraryObject
|
void |
setAttributes(AttributeValue[] attrs)
Sets the Attributes
|
void |
setLibraryObject(LibraryObject obj)
Sets the the LibraryObject
|
public IfsGetAttributesContext()
throws IfsException
IfsExceptionpublic IfsGetAttributesContext(LibraryObject obj, String[] attrNames) throws IfsException
IfsExceptionpublic void clear()
clear in interface CommandContextclear in class IfsCommandContextpublic LibraryObject getLibraryObject() throws IfsException
getLibraryObject in interface GetAttributesContextIfsExceptionpublic void setLibraryObject(LibraryObject obj) throws IfsException
setLibraryObject in interface GetAttributesContextIfsExceptionpublic String[] getAttributeNames() throws IfsException
getAttributeNames in interface GetAttributesContextIfsExceptionpublic void setAttributeNames(String[] attrNames) throws IfsException
setAttributeNames in interface GetAttributesContextIfsExceptionpublic AttributeValue[] getAttributes() throws IfsException
getAttributes in interface GetAttributesContextIfsExceptionpublic void setAttributes(AttributeValue[] attrs) throws IfsException
setAttributes in interface GetAttributesContextIfsExceptionCopyright © 2025. All rights reserved.