com.ibm.workplace.wcm.api
Interface AuthoringTemplate

All Superinterfaces:
Document

public interface AuthoringTemplate
extends Document

Represents an authoring template. This template is the basis of a content object - a new content object will derive its default attributes from this template. An authoring template cannot be created, edited or deleted through the API. Authoring templates must already exist in the respository.


Field Summary
static java.lang.String COPYRIGHT
          Copyright statement
 
Methods inherited from interface com.ibm.workplace.wcm.api.Document
getAuthors, getDeleteAccessMembers, getDescription, getEditAccessMembers, getId, getLiveAccessMembers, getName, getOwners, getReadAccessMembers
 

Field Detail

COPYRIGHT

public static final java.lang.String COPYRIGHT
Copyright statement

See Also:
Constant Field Values