wt.ixb.handlers.netmarkets
Interface NMProjectConstants


public interface NMProjectConstants


Nested Class Summary
static class NMProjectConstants.AclPermissionInfo
          
static class NMProjectConstants.AdHocAclEntrySetInfo
          static final class ViewMarkupInfo { public static final String VIEW_MARKUP_SET = tagStrings.ViewMarkupSet; public static final String VIEWABLE = tagStrings.Viewable; public static final String PERSISTABLE_OID = tagStrings.PersistableOID; public static final String OBJECT_ID = tagStrings.ObjectID; public static final String VIEWABLE_CONTENT = tagStrings.ViewableContent; public static final String VIEW_MARKUP = tagStrings.ViewMarkup; public static final String NAME = tagStrings.name; public static final String DESCRIPTION = tagStrings.description; public static final String ADDITIONAL_INFO = tagStrings.additionalInfo; public static final String MARKUP_TYPE = tagStrings.markupType; public static final String MARKUP_TYPE_KEY = tagStrings.type; public static final String CONTENT_ITEM = tagStrings.contentItem; //These tags are used to process the content items.
static class NMProjectConstants.CollabTemplateInfo
           
static class NMProjectConstants.ContainerDefaultsInfo
           
static class NMProjectConstants.CreateFromRuleInfo
          
static class NMProjectConstants.CsvLoadInfo
          ( class InfoBase { protected String name; protected InfoBase(){} InfoBase(String tag) { name = tag; } public String value(){return name;} }
static class NMProjectConstants.DocTemplateInfo
          
static class NMProjectConstants.EngineRuleInfo
          
static class NMProjectConstants.ExportedRolesInfo
           
static class NMProjectConstants.FolderAclInfo
           
static class NMProjectConstants.FolderLinkInfo
          
static class NMProjectConstants.FolderStructInfo
          
static class NMProjectConstants.ForumAndNotebookSpecInfo
          
static class NMProjectConstants.IndexPolicyRulesInfo
           
static class NMProjectConstants.LibraryTemplateInfo
           
static class NMProjectConstants.LoadXMLFileInfo
           
static class NMProjectConstants.ObjectIDInfo
           
static class NMProjectConstants.OrgConfigInfo
           
static class NMProjectConstants.OrgStructureInfo
           // *
static class NMProjectConstants.PolicyRulesInfo
          
static class NMProjectConstants.ProductStructInfo
           
static class NMProjectConstants.ProductTemplateInfo
           
static class NMProjectConstants.ProjectEnumTypeInfo
           
static class NMProjectConstants.ProjectMemberInfo
           
static class NMProjectConstants.SeedObjectRuleInfo
          
static class NMProjectConstants.tagStrings
           
static class NMProjectConstants.TeamInfo
           
static class NMProjectConstants.TemplateDocInfo
           
static class NMProjectConstants.TypeBasedRuleInfo
           
 
Field Summary
static String ARCHIVE_MODE
           
static String ENABLED
           
static int[] FROM_INDICES
           
static String IGORE_CONFIG
           
static String LOCAL_ID
           
static String NAME
           
static int OBJECT_LEVEL
           
static String OBJECT_REFERENCE
           
static String PROJECT_CONFIG
           
static String PROJECT_TEMPLATE
           
static String TRX_ROLE_LIST_KEY
           
static int TYPE_LEVEL
          The protocol for adding new tags is as follows.
 

Field Detail

FROM_INDICES

public static final int[] FROM_INDICES

TYPE_LEVEL

public static final int TYPE_LEVEL
The protocol for adding new tags is as follows. 1. Once you have defined your DTD add in any missing tags into the tagStrings class. The variable name should be the same case as its value. 2. Define whatever constants you find convenient your Info class. All constants should come from the tagStrings class. 3. Check your work by running. java wt.ixb.handlers.netmarkets.NMProjectConstants$tagStrings this class will make sure that the values are the same as the string. For example if you ented cabinet as cabnet it will print out a diagnostic message. 4. If you suspect someone else will be maintaining your handler that person will thank you for including the DTD fragments appropriate to your FooInfo class above its definition.

See Also:
Constant Field Values

OBJECT_LEVEL

public static final int OBJECT_LEVEL
See Also:
Constant Field Values

IGORE_CONFIG

public static final String IGORE_CONFIG
See Also:
Constant Field Values

ARCHIVE_MODE

public static final String ARCHIVE_MODE
See Also:
Constant Field Values

OBJECT_REFERENCE

public static final String OBJECT_REFERENCE
See Also:
Constant Field Values

LOCAL_ID

public static final String LOCAL_ID
See Also:
Constant Field Values

ENABLED

public static final String ENABLED
See Also:
Constant Field Values

PROJECT_CONFIG

public static final String PROJECT_CONFIG
See Also:
Constant Field Values

PROJECT_TEMPLATE

public static final String PROJECT_TEMPLATE
See Also:
Constant Field Values

NAME

public static final String NAME
See Also:
Constant Field Values

TRX_ROLE_LIST_KEY

public static final String TRX_ROLE_LIST_KEY
See Also:
Constant Field Values