WebLogic Process Integrator Version 2.0

com.bea.wlpi.common
Class XMLEntityInfoHelper

java.lang.Object
  |
  +--com.bea.wlpi.common.XMLEntityInfoHelper
All Implemented Interfaces:
Publishable, java.io.Serializable

public class XMLEntityInfoHelper
extends java.lang.Object
implements java.io.Serializable, Publishable

This is an auxilliary class for com.bea.eci.repository.helper.XMLEntityInfo used solely for Import/Export purposes.

Since:
WebLogic Process Integrator 2.0
See Also:
Serialized Form

Fields inherited from interface com.bea.wlpi.common.Publishable
BUSINESS_CALENDAR, BUSINESS_OPERATION, EVENT_KEY, ORG, ROLE, TEMPLATE, TEMPLATE_DEFINITION, USER, XML_REPOSITORY_ENTITY, XML_REPOSITORY_FOLDER
 
Constructor Summary
XMLEntityInfoHelper(int type, java.lang.String name, java.lang.String desc, java.lang.String notes)
           
 
Method Summary
 void addParentFolder(RepositoryFolderInfoHelper rfih)
           
 boolean equals(java.lang.Object obj)
           
 java.lang.Object getContents()
          Return the publishable content.
 java.lang.String getDescription()
           
 int getEntityType()
           
 java.lang.String getEntryName()
          Return the display name for the publishable object.
 java.lang.String getName()
           
 java.lang.String getNotes()
           
 java.lang.String getOwnerName()
          Return the name of the object's owner.
 java.util.List getParentFolders()
           
 int getType()
          Return the type of publishable object.
 boolean isPublished()
          Returns whether the object is published.
 void setContent(byte[] c)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XMLEntityInfoHelper

public XMLEntityInfoHelper(int type,
                           java.lang.String name,
                           java.lang.String desc,
                           java.lang.String notes)
Method Detail

getEntityType

public int getEntityType()

getName

public java.lang.String getName()

getDescription

public java.lang.String getDescription()

getNotes

public java.lang.String getNotes()

setContent

public void setContent(byte[] c)

addParentFolder

public void addParentFolder(RepositoryFolderInfoHelper rfih)

getParentFolders

public java.util.List getParentFolders()

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

getContents

public java.lang.Object getContents()
Description copied from interface: Publishable
Return the publishable content.
Specified by:
getContents in interface Publishable
Following copied from interface: com.bea.wlpi.common.Publishable
Returns:
A serializable object.

getEntryName

public java.lang.String getEntryName()
Description copied from interface: Publishable
Return the display name for the publishable object.
Specified by:
getEntryName in interface Publishable
Following copied from interface: com.bea.wlpi.common.Publishable
Returns:
Display name.

getType

public int getType()
Description copied from interface: Publishable
Return the type of publishable object.
Specified by:
getType in interface Publishable
Following copied from interface: com.bea.wlpi.common.Publishable
Returns:
Publishable object type: Publishable.TEMPLATE, Publishable.TEMPLATE_DEFINITION, Publishable.BUSINESS_OPERATION, Publishable.BUSINESS_CALENDAR, Publishable.USER, Publishable.ROLE, Publishable.ORG, Publishable.XML_REPOSITORY_FOLDER, Publishable.XML_REPOSITORY_ENTITY, Publishable.EVENT_KEY,

getOwnerName

public java.lang.String getOwnerName()
Description copied from interface: Publishable
Return the name of the object's owner.
Specified by:
getOwnerName in interface Publishable
Following copied from interface: com.bea.wlpi.common.Publishable
Returns:
The object's owner, if any.

isPublished

public boolean isPublished()
Description copied from interface: Publishable
Returns whether the object is published. Published objects cannot be modified.
Specified by:
isPublished in interface Publishable
Following copied from interface: com.bea.wlpi.common.Publishable
Returns:
true if the object is published.

WebLogic Process Integrator Version 2.0

BEA WebLogic Process Integrator is a trademark of BEA Systems, Inc.
Copyright (c) 2001 BEA Systems, Inc.
All rights reserved.