SAP ABAP Interface IF_BIZC_TASKLIST_PERSISTENCY (Business Content: Persistence for Tasks)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-SRV-NBC (Application Component) NetWeaver Business Content
     SBIZCA (Package) Configuration Repository
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  CL_BIZC_TASK_PERSISTENCY Business Content: Task Persistence 20050321
Properties
Interface IF_BIZC_TASKLIST_PERSISTENCY  
Short Description Business Content: Persistence for Tasks    
General Data
Package SBIZCA   Configuration Repository 
Created 20050318   SAP 
Last changed 20060207   SAP 
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 SBIZC Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Interface IF_BIZC_TASKLIST_PERSISTENCY has no interface.
Friends
Interface IF_BIZC_TASKLIST_PERSISTENCY has no friend.
Attributes
Interface IF_BIZC_TASKLIST_PERSISTENCY has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 CREATE_TASK Instance method Public Method Generates a Task 20050318
2 DELETE_TASK Instance method Public Method Deletes a Task 20050318
3 GET_TASK Instance method Public Method Returns a Task 20050318
4 GET_TASKS_FOR_OBJECT Instance method Public Method Returns All Tasks of an Object 20050318
5 GET_TASKS_FOR_USAGE Instance method Public Method Returns All Tasks of a Usage 20050318
6 GET_TASK_FOR_XML_NODE Instance method Public Method Returns a Task for a for an XML Node 20050323
7 SAVE_CHANGES Instance method Public Method Saves the Buffered Changes 20050321
Events
Interface IF_BIZC_TASKLIST_PERSISTENCY has no event.
Types
Interface IF_BIZC_TASKLIST_PERSISTENCY has no local type.
Method Signatures

Method CREATE_TASK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IP_CREATED_AT Call by reference Type reference (TYPE) BIZC_CRAT UTC-Zeitstempel in Kurzform (JJJJMMTThhmmss) 20050322
2 Importing IP_CREATED_BY Call by reference Type reference (TYPE) BIZC_CRBY SY-UNAME Benutzername 20050322
3 Importing IP_INDEX Call by reference Type reference (TYPE) BIZC_INDEX_STREAM Index der Aufgabe 20050318
4 Importing IP_TASK_NAME Call by reference Type reference (TYPE) BIZC_TASK Technischer Name der Aufgabe 20050318
5 Importing IP_USAGE Call by reference Type reference (TYPE) BIZC_USAGE ID einer Content-Objektverwendung 20050321
6 Importing IT_OBJECTS Call by reference Type reference (TYPE) BIZC_OBJGUID_TAB Business Content:Externe Content Objekt Guid 20050323
7 Returning RI_TASK Value transfer Object reference (TYPE REF TO) IF_BIZC_TASK Business-Content: Aufgabe der Taskliste 20050318
# Exception Resumable Description Created on
1 CX_BIZC_TASKLIST Business Content: Fehler in der Taskliste 20050318

Method DELETE_TASK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing II_TASK Call by reference Object reference (TYPE REF TO) IF_BIZC_TASK Business-Content: Aufgabe der Taskliste 20050318
# Exception Resumable Description Created on
1 CX_BIZC_TASKLIST Business Content: Fehler in der Taskliste 20050318

Method GET_TASK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IP_BYPASSING_BUFFER Call by reference Type reference (TYPE) SBIZC_BOOL SBIZC_FALSE TRUE: Liest direkt von der Datenbank 20050418
2 Importing IP_INDEX Call by reference Type reference (TYPE) BIZC_INDEX_STREAM Index der Aufgabe 20050318
3 Importing IP_TASK_NAME Call by reference Type reference (TYPE) BIZC_TASK Technischer Name der Aufgabe 20050318
4 Importing IP_USAGE Call by reference Type reference (TYPE) BIZC_USAGE ID einer Content-Objektverwendung 20050321
5 Importing IT_OBJECTS Call by reference Type reference (TYPE) BIZC_OBJGUID_TAB Business Content:Externe Content Objekt Guid 20050323
6 Returning RI_TASK Value transfer Object reference (TYPE REF TO) IF_BIZC_TASK Business-Content: Aufgabe der Taskliste 20050318
# Exception Resumable Description Created on
1 CX_BIZC_TASKLIST Business Content: Fehler in der Taskliste 20050318

Method GET_TASKS_FOR_OBJECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IP_BYPASSING_BUFFER Call by reference Type reference (TYPE) SBIZC_BOOL SBIZC_FALSE TRUE: Liest direkt von der Datenbank 20050418
2 Importing IP_OBJECT Call by reference Type reference (TYPE) BIZC_OBJGUID Business Content:Externe Content Objekt Guid 20050318
3 Returning RT_TASKS Value transfer Type reference (TYPE) BIZC_TASK_OBJ_TAB Business Content: Tabelle mit Taskobjekten 20050318
# Exception Resumable Description Created on
1 CX_BIZC_TASKLIST Business Content: Fehler in der Taskliste 20050318

Method GET_TASKS_FOR_USAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IP_BYPASSING_BUFFER Call by reference Type reference (TYPE) SBIZC_BOOL SBIZC_FALSE TRUE: Liest direkt von der Datenbank 20050418
2 Importing IP_USAGE Call by reference Type reference (TYPE) BIZC_USAGE ID einer Content-Objektverwendung 20050318
3 Returning RT_TASKS Value transfer Type reference (TYPE) BIZC_TASK_OBJ_TAB Business Content: Tabelle mit Taskobjekten 20050318
# Exception Resumable Description Created on
1 CX_BIZC_TASKLIST Business Content: Fehler in der Taskliste 20050318

Method GET_TASK_FOR_XML_NODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing II_XML_ACTION Call by reference Object reference (TYPE REF TO) IF_IXML_ELEMENT IF_IXML_ELEMENT 20050323
2 Importing IP_BYPASSING_BUFFER Call by reference Type reference (TYPE) SBIZC_BOOL SBIZC_FALSE TRUE: Liest direkt von der Datenbank 20050418
3 Importing IP_USAGE Call by reference Type reference (TYPE) BIZC_USAGE ID einer Content-Objektverwendung 20050323
4 Importing IT_OBJECTS Call by reference Type reference (TYPE) BIZC_OBJGUID_TAB Business Content:Externe Content Objekt Guid 20050323
5 Returning RI_DB_ACTION Value transfer Object reference (TYPE REF TO) IF_BIZC_TASK Business-Content: Aufgabe der Taskliste 20050323
# Exception Resumable Description Created on
1 CX_BIZC_TASKLIST Business Content: Fehler in der Taskliste 20050323

Method SAVE_CHANGES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IP_WAIT_ON_COMMIT Call by reference Type reference (TYPE) SBIZC_BOOL SBIZC_TRUE TRUE: führt kein eigenes COMMIT WORK aus 20050322
# Exception Resumable Description Created on
1 CX_BIZC_TASKLIST Business Content: Fehler in der Taskliste 20050321
History
Last changed by/on SAP  20060207 
SAP Release Created in 710