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
IfsException
public IfsGetAttributesContext(LibraryObject obj, String[] attrNames) throws IfsException
IfsException
public void clear()
clear
in interface CommandContext
clear
in class IfsCommandContext
public LibraryObject getLibraryObject() throws IfsException
getLibraryObject
in interface GetAttributesContext
IfsException
public void setLibraryObject(LibraryObject obj) throws IfsException
setLibraryObject
in interface GetAttributesContext
IfsException
public String[] getAttributeNames() throws IfsException
getAttributeNames
in interface GetAttributesContext
IfsException
public void setAttributeNames(String[] attrNames) throws IfsException
setAttributeNames
in interface GetAttributesContext
IfsException
public AttributeValue[] getAttributes() throws IfsException
getAttributes
in interface GetAttributesContext
IfsException
public void setAttributes(AttributeValue[] attrs) throws IfsException
setAttributes
in interface GetAttributesContext
IfsException
Copyright © 2023. All rights reserved.