|
Process API | ||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of IVWtoXML in filenet.vw.api |
---|
Classes in filenet.vw.api that implement IVWtoXML | |
---|---|
class |
VWApplicationSpaceDefinition
Use this class to create, read, delete, or modify application space properties. |
class |
VWLogDefinition
VWLogDefinition administers properties of event log definitions for the default event log and roster event logs. |
class |
VWLogElement
Use this class to retrieve log element information, which is retrieved from the event log record. |
class |
VWMilestoneElement
Use this class to encapsulate a milestone log record. |
class |
VWParticipant
Use this class to represent the name of a user or user group in any of the following ways: "Short" (logon) name Distinguished name (DN) Display name (configurable) |
class |
VWQueueDefinition
Use this class to administer queue definitions. |
class |
VWQueueElement
Accesses queue fields and Instruction Elements of a workflow object associated with a queue. |
class |
VWRoleDefinition
Use this class to create, read, delete, or modify role definition properties. |
class |
VWRosterDefinition
Use the VWRosterDefinition.java class to retrieve and administer roster definition information. |
class |
VWRosterElement
Use this class to access a roster element and fetch a work object or an instruction element. |
class |
VWStepElement
Use this class to access a step in a workflow process. |
class |
VWStepProcessorInfo
Use this class to access properties of the step processor object that are useful for launching a step, such as its dimensions, processor name and type, and Web application location. |
class |
VWStepProcessorInfoDefinition
Use this class' methods to administer Step Processor information. Create this object with VWSystemConfiguration.createStepProcessorInfoDefinition() . |
class |
VWSystemAdministration
Use this class to access and modify system-wide administration information or tasks. |
class |
VWSystemConfiguration
Use this class to access configuration information for an isolated region. |
class |
VWUserInfo
Use this class to access information for a specific user. |
class |
VWWorkBasketColumnDefinition
Use this class to create, read, delete, or modify workbasket column definition properties. |
class |
VWWorkBasketDefinition
Use this class to create, read, delete, or modify work basket definition properties. |
class |
VWWorkBasketFilterDefinition
Use this class to create, read, delete, or modify work basket filter definition properties. |
Methods in filenet.vw.api with parameters of type IVWtoXML | |
---|---|
static void |
VWXMLConfiguration.exportConfiguration(IVWtoXML[] apiObjects,
java.lang.StringBuffer buffer)
Creates an XML document in a StringBuffer representing the specified administration and configuration objects implementing the IVWtoXML interface. |
static void |
VWXMLConfiguration.exportConfigurationToFile(IVWtoXML[] apiObjects,
java.lang.String outputFile)
Creates an XML document file representing the specified administration and configuration objects implementing the IVWtoXML interface. |
static java.lang.String |
VWXMLUtil.makeXMLBlock(IVWtoXML apiObject)
Creates XML header information and XML text representing runtime a Process Engine API object from a runtime Process Engine API object that implements the IVWtoXML interface. |
static java.lang.String |
VWXMLConfiguration.makeXMLBlock(IVWtoXML[] apiObjects)
Creates XML header information and XML text representing the specified administration and configuration objects implementing the IVWtoXML interface. |
static java.lang.String |
VWXMLUtil.makeXMLBlock(IVWtoXML[] apiObjects,
java.lang.String theGroupTag)
Creates XML header information and XML text representing runtime Process Engine API objects in an input array of runtime Process Engine API objects that implement the IVWtoXML interface. |
|
Process API | ||||||||
PREV NEXT | FRAMES NO FRAMES |