|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ILibraryObject
Provides access to members that help manage library objects.
Method Summary | |
---|---|
void |
checkIn(ILibraryItem piItem,
boolean bvUndoCheckOut)
Checks in a library object. |
void |
checkOut(ILibraryItem ppiLibraryItem,
boolean bForUpdate)
Checks out a library object. |
String |
getCategory()
Indicates the category of library object. |
int |
getCheckOutCount()
Number of times object has been checked out. |
String |
getName()
Name of a library object. |
boolean |
isEditable()
Indicates whether the library object is editable. |
void |
isEqual(String bstrCategory,
String bstrName)
Indicates whether a library object is equal to a value. |
boolean |
isUpdating()
Indicates if the library object is being updated with new information. |
void |
load(IStream piStream)
Loads a library object. |
void |
setCategory(String pVal)
Indicates the category of library object. |
void |
setIsUpdating(boolean pVal)
Indicates if the library object is being updated with new information. |
void |
setName(String pVal)
Name of a library object. |
void |
store(IStream piStream)
Stores a library object. |
Method Detail |
---|
int getCheckOutCount() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isEditable() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isUpdating() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setIsUpdating(boolean pVal) throws IOException, AutomationException
pVal
- The pVal (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getCategory() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setCategory(String pVal) throws IOException, AutomationException
pVal
- The pVal (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getName() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setName(String pVal) throws IOException, AutomationException
pVal
- The pVal (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void checkIn(ILibraryItem piItem, boolean bvUndoCheckOut) throws IOException, AutomationException
piItem
- A reference to a com.esri.arcgis.trackinganalyst.ILibraryItem (in)bvUndoCheckOut
- The bvUndoCheckOut (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void checkOut(ILibraryItem ppiLibraryItem, boolean bForUpdate) throws IOException, AutomationException
ppiLibraryItem
- A reference to a com.esri.arcgis.trackinganalyst.ILibraryItem (in)bForUpdate
- The bForUpdate (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void store(IStream piStream) throws IOException, AutomationException
piStream
- A reference to a com.esri.arcgis.system.IStream (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void load(IStream piStream) throws IOException, AutomationException
piStream
- A reference to a com.esri.arcgis.system.IStream (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void isEqual(String bstrCategory, String bstrName) throws IOException, AutomationException
bstrCategory
- The bstrCategory (in)bstrName
- The bstrName (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |