|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.wewebu.ow.server.ecm.OwClass
public class OwClass
OwClass value for search templates. Used to specify a object class. see OwStandardClassSelectObjectClass.
Alfresco Workdesk
Copyright (c) Alfresco Software, Inc.
All rights reserved.
For licensing information read the license.txt file or
go to: http://wiki.alfresco.com
Constructor Summary | |
---|---|
OwClass(int iObjectType_p,
String strClassName_p,
boolean fEnabled_p,
boolean fIncludeSubclasses_p)
construct a OwClass value |
|
OwClass(int iObjectType_p,
String strClassName_p,
String strBaseClassName_p,
String strResourceName_p,
boolean fEnabled_p,
boolean fIncludeSubclasses_p)
construct a OwClass value |
|
OwClass(Node folderNode_p)
XML constructor |
|
OwClass(String strInitValue_p)
string constructor |
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
String |
getBaseClassName()
|
String |
getClassName()
|
int |
getObjectType()
|
String |
getResourceName()
|
int |
hashCode()
|
boolean |
isEnabled()
|
boolean |
isIncludeSubclasses()
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public OwClass(int iObjectType_p, String strClassName_p, String strBaseClassName_p, String strResourceName_p, boolean fEnabled_p, boolean fIncludeSubclasses_p)
iObjectType_p
- strClassName_p
- strBaseClassName_p
- strResourceName_p
- fIncludeSubclasses_p
- public OwClass(int iObjectType_p, String strClassName_p, boolean fEnabled_p, boolean fIncludeSubclasses_p)
iObjectType_p
- strClassName_p
- fIncludeSubclasses_p
- public OwClass(Node folderNode_p) throws Exception
Exception
public OwClass(String strInitValue_p) throws Exception
Exception
Method Detail |
---|
public boolean isIncludeSubclasses()
public boolean isEnabled()
public int getObjectType()
public String getClassName()
public String getResourceName()
public String getBaseClassName()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |